We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774d086 commit 1229dffCopy full SHA for 1229dff
.github/workflows/release.yml
@@ -8,6 +8,7 @@ on:
8
# Sets the GITHUB_TOKEN permissions to allow release
9
permissions:
10
contents: write
11
+ id-token: write # Required for OIDC connection with NPM
12
13
# This action requires a GitHub app with content write access installed
14
# to bypass the main branch protection rule and dispatch the event to a different repo
@@ -91,8 +92,6 @@ jobs:
91
92
run: |
93
yarn buildlib
94
npm publish
- env:
95
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
96
- name: Repository Dispatch
97
uses: peter-evans/repository-dispatch@v3
98
with:
0 commit comments