Skip to content

Commit 7235601

Browse files
author
Richard P. Field III
committed
ci: Give the workflow access to the ID token
This commit configures the GitHub workflow to have access to the ID token required to generate npm provenance. https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions
1 parent a1484cc commit 7235601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write
14+
id-token: write
1415
steps:
1516
- name: Create bot access token
1617
id: app-token

0 commit comments

Comments
 (0)