Skip to content

Commit 8dac81b

Browse files
authored
Add id-token (#13208)
Signed-off-by: Rafael Breno <rafael_breno@outlook.com>
1 parent 82fd4c5 commit 8dac81b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
permissions:
3737
packages: write # Needed to push images to GHCR
38+
id-token: write
3839
needs: [build-amd64, build-arm64, build-arm]
3940
steps:
4041
- name: Checkout code
@@ -165,6 +166,7 @@ jobs:
165166
runs-on: ubuntu-latest # Runs on standard runner, docker pulls with --platform
166167
permissions:
167168
contents: write # Needed to update release with assets
169+
id-token: write
168170
strategy:
169171
matrix:
170172
arch: [amd64, arm64, arm]
@@ -237,6 +239,7 @@ jobs:
237239
name: Prepare and Upload Release Assets
238240
permissions:
239241
contents: write # Needed to update release with assets
242+
id-token: write
240243
runs-on: ubuntu-latest
241244
needs: [build-amd64, build-arm64, build-arm, upload-release-airgap]
242245
steps:

0 commit comments

Comments
 (0)