ci: add id-token: write to caller permissions

Required for hanzoai/.github/.github/workflows/docker-build.yml@main —
without it the workflow_call dies as startup_failure with no jobs
dispatched. Caller permissions are a CEILING.
This commit is contained in:
Hanzo AI
2026-05-07 09:10:40 -07:00
parent 57ee510636
commit 8bdf4f0162
+1
View File
@@ -9,6 +9,7 @@ on:
permissions:
contents: read
packages: write
id-token: write
jobs:
docker: