diff --git a/.github/workflows/claude-code-actions.yml b/.github/workflows/claude-code-actions.yml index 1e87323b..c05ea18f 100644 --- a/.github/workflows/claude-code-actions.yml +++ b/.github/workflows/claude-code-actions.yml @@ -8,8 +8,9 @@ on: jobs: claude-integration: - uses: fractureinc/claude-code-github-action/.github/workflows/claude-full.yml@v0.5.6 + uses: basicmachines-co/claude-code-github-action/.github/workflows/claude-full.yml@v0. with: issue-label: 'claude-fix' # Optional: customize the trigger label secrets: - ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} \ No newline at end of file + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.CLAUDE_TOKEN }} \ No newline at end of file