We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0559980 commit b266ce8Copy full SHA for b266ce8
1 file changed
.github/workflows/npm-publish-github-packages.yml
@@ -14,7 +14,7 @@ jobs:
14
scope: "@gronda-team"
15
- run: npm ci
16
env:
17
- NODE_AUTH_TOKEN: ${{secrets.PACKAGE_READER_GITHUB_TOKEN}}
+ NODE_AUTH_TOKEN: ${{secrets.PACKAGE_WRITER_GITHUB_TOKEN}}
18
- run: npm test
19
publish-gpr:
20
needs: build
0 commit comments