Skip to content

Commit 97a014e

Browse files
committed
missing perms
1 parent 1d84013 commit 97a014e

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
@@ -511,6 +511,8 @@ jobs:
511511
needs: build-unsigned-snapshot
512512
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
513513
runs-on: ubuntu-22.04
514+
permissions:
515+
id-token: write # for OIDC authentication
514516
strategy:
515517
matrix:
516518
container:
@@ -580,6 +582,8 @@ jobs:
580582
needs: build-unsigned-snapshot
581583
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
582584
runs-on: ubuntu-22.04
585+
permissions:
586+
id-token: write # for OIDC authentication
583587
strategy:
584588
matrix:
585589
container:

0 commit comments

Comments
 (0)