mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(ci): grant id-token to the docker.yml reusable-workflow call
docker.yml now requests id-token: write for WIF cache auth, but it is invoked as a reusable workflow from ci.yml on PRs — and a called workflow cannot request a permission its caller lacks. That mismatch is a startup_failure (run 30596417013 died before any job). Add id-token: write to ci.yml's top-level permissions.
This commit is contained in:
parent
96c08cf3c5
commit
f87bc50dc6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -24,6 +24,7 @@ permissions:
|
|||
pull-requests: write # needed by lint (PR comment) + supply-chain review_status
|
||||
actions: read # needed by osv-scanner (SARIF upload)
|
||||
security-events: write # needed by osv-scanner (SARIF upload)
|
||||
id-token: write # needed by docker.yml (WIF -> Artifact Registry buildx cache)
|
||||
packages: write # needed by docker build
|
||||
|
||||
concurrency:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue