Commit 4b6656c
committed
fix(ci): claude workflows use explicit github token
OIDC token fetch fails with "Unable to get ACTIONS_ID_TOKEN_REQUEST_URL"
despite id-token: write permission being set. This occurs when OIDC is
disabled at the organization or repository level.
Using explicit github_token parameter bypasses OIDC and uses the built-in
GITHUB_TOKEN secret that's automatically available to all workflows.1 parent e35caab commit 4b6656c
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments