Commit fd50545
committed
fix(ci): Add OIDC permission and unrestrict Bash for CI failure analysis
- Add `id-token: write` permission required by claude-code-action for
OIDC authentication (matches working claude.yml configuration).
- Change `Bash(gh:*)` to `Bash` so Claude can use grep/head/tail to
filter large CI logs during failure analysis. Safe because the
workflow runs in an ephemeral container with only scoped github.token.1 parent c7d5b01 commit fd50545
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
0 commit comments