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:
@@ -8,6 +8,11 @@ on:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
lint-and-vet:
|
||||
runs-on: hanzo-build-linux-amd64
|
||||
|
||||
Reference in New Issue
Block a user