File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments