mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 23:10:11 +00:00
fix(ci): add id-token:write to staging-ci parent workflow [skip-regression-check]
Called workflows inherit permissions from the parent. claude-review.yml needs id-token:write for OIDC, so the parent staging-ci.yml must also declare it. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7e5a50b2de
commit
454db90f84
@@ -18,6 +18,7 @@ permissions:
|
||||
contents: write
|
||||
issues: write # Claude review creates issues for critical findings
|
||||
pull-requests: write # Auto-promote creates + merges PR to main
|
||||
id-token: write # Required by claude-code-action for OIDC auth
|
||||
|
||||
concurrency:
|
||||
group: staging-ci
|
||||
|
||||
Reference in New Issue
Block a user