Skip to content

Commit 099a9e7

Browse files
authored
Update claude-fix.yml
Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
1 parent 1b73543 commit 099a9e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-fix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ on:
4747
CLAUDE_CODE_OAUTH_TOKEN:
4848
description: 'Org subscription OAuth token for Claude Code'
4949
required: true
50-
GH_TOKEN:
50+
GITHUB_TOKEN:
5151
description: 'Repo or minted app token for minting agent token'
5252
required: true
5353

@@ -84,7 +84,7 @@ jobs:
8484
id: app-token
8585
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1
8686
env:
87-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
87+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN || github.token }}
8888
with:
8989
client-id: ${{ secrets.KNITLI_AGENT_CLIENT_ID }}
9090
private-key: ${{ secrets.KNITLI_AGENT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)