We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6eb727 + f3ffe78 commit 35de00bCopy full SHA for 35de00b
.github/workflows/build.yml
@@ -6,7 +6,8 @@ on:
6
7
env:
8
GITHUB_PACKAGE_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN}}
9
- NPM_ACCESS_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN }}
+ # NPM_ACCESS_TOKEN: ${{ secrets.GHP_ACCESS_TOKEN }}
10
+ NPM_ACCESS_TOKEN: ${{ secrets.NPM_PKG_TOKEN }}
11
12
jobs:
13
build-pkg:
.github/workflows/publish.yml
publish-pkg:
0 commit comments