Skip to content

Commit 0d84d7a

Browse files
nbbeekendurran
andauthored
chore(NODE-5433): add id-token permission to release workflow (mongodb#3765)
Co-authored-by: Durran Jordan <[email protected]>
1 parent 8693987 commit 0d84d7a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release-4.x.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ name: release-4x
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

.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)