Skip to content

Commit 24a03dc

Browse files
committed
ci: Explicitly set id-token: write for individual workflows
1 parent 506994e commit 24a03dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
if: ${{ github.repository_owner == 'sourcefrog' }}
1717
permissions:
1818
contents: write
19+
id-token: write
1920
steps:
2021
- &checkout
2122
name: Checkout repository
@@ -43,6 +44,7 @@ jobs:
4344
permissions:
4445
contents: write
4546
pull-requests: write
47+
id-token: write
4648
concurrency:
4749
group: release-plz-${{ github.ref }}
4850
cancel-in-progress: false

0 commit comments

Comments
 (0)