Add id-token (#13209)
Some checks failed
govulncheck / govulncheck (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled

Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
This commit is contained in:
Rafael 2025-11-13 17:25:11 -03:00 committed by GitHub
parent 3cdb5f8cf5
commit c86b66d05c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write # Needed to push images to GHCR
id-token: write
needs: [build-amd64, build-arm64, build-arm]
steps:
- name: Checkout code
@ -165,6 +166,7 @@ jobs:
runs-on: ubuntu-latest # Runs on standard runner, docker pulls with --platform
permissions:
contents: write # Needed to update release with assets
id-token: write
strategy:
matrix:
arch: [amd64, arm64, arm]
@ -237,6 +239,7 @@ jobs:
name: Prepare and Upload Release Assets
permissions:
contents: write # Needed to update release with assets
id-token: write
runs-on: ubuntu-latest
needs: [build-amd64, build-arm64, build-arm, upload-release-airgap]
steps: