Skip to content

Commit fbb2db2

Browse files
authored
chore(NODE-5476): move id-token permission to workflow (#21)
1 parent 74aea7a commit fbb2db2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ on:
66
permissions:
77
contents: write
88
pull-requests: write
9+
id-token: write
910

1011
name: release
1112

1213
jobs:
1314
release-please:
1415
runs-on: ubuntu-latest
15-
permissions:
16-
id-token: write
1716
steps:
1817
- id: release
1918
uses: google-github-actions/release-please-action@v3

0 commit comments

Comments
 (0)