Skip to content

Commit d8aa1ec

Browse files
authored
chore(NODE-5435): add id-token permission to release workflow (#592)
1 parent 1dcca92 commit d8aa1ec

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)