File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,8 @@ jobs:
271271 name : Integration Tests - Official Plus Images
272272 needs : build-unsigned-snapshot
273273 runs-on : ubuntu-24.04
274+ permissions :
275+ id-token : write # for OIDC authentication
274276 if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
275277 strategy :
276278 fail-fast : false
@@ -365,6 +367,8 @@ jobs:
365367 name : Performance Tests
366368 if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
367369 runs-on : ubuntu-22.04
370+ permissions :
371+ id-token : write # for OIDC authentication
368372 steps :
369373 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
370374 - name : Set up Docker Build
You can’t perform that action at this time.
0 commit comments