Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
permissions:
contents: read
packages: write
# Keyless cosign signing of the dev-runner release image (spec §10): the
# reusable workflow signs with the workflow's GitHub OIDC token, so the
# CALLER must grant id-token here — a reusable workflow cannot self-grant it.
id-token: write
# No `version` input -> edge build (:edge + :sha-<short>) from this commit.
uses: ./.github/workflows/publish-images.yml

Expand Down
Loading