We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d84013 commit 97a014eCopy full SHA for 97a014e
.github/workflows/ci.yml
@@ -511,6 +511,8 @@ jobs:
511
needs: build-unsigned-snapshot
512
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.head_ref, 'dependabot-') }}
513
runs-on: ubuntu-22.04
514
+ permissions:
515
+ id-token: write # for OIDC authentication
516
strategy:
517
matrix:
518
container:
@@ -580,6 +582,8 @@ jobs:
580
582
581
583
584
585
586
587
588
589
0 commit comments