There was an error while loading. Please reload this page.
1 parent 1b73543 commit 099a9e7Copy full SHA for 099a9e7
1 file changed
.github/workflows/claude-fix.yml
@@ -47,7 +47,7 @@ on:
47
CLAUDE_CODE_OAUTH_TOKEN:
48
description: 'Org subscription OAuth token for Claude Code'
49
required: true
50
- GH_TOKEN:
+ GITHUB_TOKEN:
51
description: 'Repo or minted app token for minting agent token'
52
53
@@ -84,7 +84,7 @@ jobs:
84
id: app-token
85
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1
86
env:
87
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN || github.token }}
88
with:
89
client-id: ${{ secrets.KNITLI_AGENT_CLIENT_ID }}
90
private-key: ${{ secrets.KNITLI_AGENT_PRIVATE_KEY }}
0 commit comments