From c86b66d05cef4ed7a9d9dde2e96d376d1ba640ba Mon Sep 17 00:00:00 2001 From: Rafael <32229014+rafaelbreno@users.noreply.github.com> Date: Thu, 13 Nov 2025 17:25:11 -0300 Subject: [PATCH] Add id-token (#13209) Signed-off-by: Rafael Breno --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf9a8305513..8128c2b85b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: