Skip to content

Commit d4b2eeb

Browse files
committed
fix permissions for id-token
1 parent 5d6bd65 commit d4b2eeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)