We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a5d18 commit cb5dad3Copy full SHA for cb5dad3
.github/workflows/claude.yml
@@ -116,6 +116,7 @@ jobs:
116
uses: anthropics/claude-code-action@v1
117
with:
118
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
119
+ github_token: ${{ secrets.GITHUB_TOKEN }}
120
trigger_phrase: "@claude"
121
prompt: |
122
When asked to create a GitHub issue, route it to the correct repository:
0 commit comments