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.
2 parents 3c0ba5a + ed8de3b commit 0a48d78Copy full SHA for 0a48d78
.github/workflows/claude.yml
@@ -37,13 +37,13 @@ jobs:
37
uses: docker/login-action@v3
38
with:
39
registry: ghcr.io
40
- username: MervinPraison
41
- password: ${{ secrets.GH_TOKEN }}
+ username: ${{ github.actor }}
+ password: ${{ secrets.GITHUB_TOKEN }}
42
43
- name: Run Claude Code
44
id: claude
45
uses: ./.github/actions/claude-code-action
46
47
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
48
- github_token: ${{ secrets.GH_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
49
0 commit comments