Commit df61c5c
authored
fix: add github_token to claude-code-action workflows (#1577)
The claude-code-action workflows were failing due to OIDC token
exchange issues. The action attempts to authenticate automatically
using OIDC, but when this fails it requires an explicit github_token.
This commit adds the github_token parameter using secrets.GITHUB_TOKEN
to both pr-assignment-check.yml and pr-stale-check.yml workflows.
Fixes the "Invalid OIDC token" error:
https://github.com/lingodotdev/lingo.dev/actions/runs/192865885491 parent 4f54462 commit df61c5c
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments