Skip to content

Commit 74aea7a

Browse files
authored
chore(NODE-5434): add id-token permission to release workflow (#20)
1 parent b176e49 commit 74aea7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ name: release
1212
jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
id-token: write
1517
steps:
1618
- id: release
1719
uses: google-github-actions/release-please-action@v3

0 commit comments

Comments
 (0)