We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a2f3bf + a035627 commit 36265f3Copy full SHA for 36265f3
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,7 @@ name: Release
3
permissions:
4
contents: write # to be able to publish a GitHub release
5
id-token: write # to enable use of OIDC for npm provenance
6
+ packages: write
7
8
on:
9
push:
@@ -22,3 +23,8 @@ jobs:
22
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
26
+ - uses: JS-DevTools/npm-publish@v3
27
+ with:
28
+ token: ${{ secrets.GITHUB_TOKEN }}
29
+ registry: "https://npm.pkg.github.com"
30
+ access: restricted
0 commit comments