We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03de85e commit 3a6d5ffCopy full SHA for 3a6d5ff
1 file changed
.github/workflows/claude-code-actions.yml
@@ -8,8 +8,9 @@ on:
8
9
jobs:
10
claude-integration:
11
- 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.
12
with:
13
issue-label: 'claude-fix' # Optional: customize the trigger label
14
secrets:
15
- ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
+ ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
16
+ PERSONAL_ACCESS_TOKEN: ${{ secrets.CLAUDE_TOKEN }}
0 commit comments