Skip to content

Commit cac24b9

Browse files
authored
ci(publish-release): fix for needed permissions by npm publish --provenance (#27)
1 parent 0e49d08 commit cac24b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
# Needed by googleapis/release-please-action@v4
1111
contents: write
1212
pull-requests: write
13+
# Needed by `npm publish --provenance`
14+
id-token: write
1315
runs-on: ubuntu-latest
1416
steps:
1517
- name: 🍄 Bump package version, create GitHub release, and update changelog

0 commit comments

Comments
 (0)