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.
1 parent 607a8de commit b733521Copy full SHA for b733521
.github/workflows/release.yml
@@ -45,4 +45,4 @@ jobs:
45
- name: 🚀 Publish to GitHub Packages
46
run: pnpm publish --no-git-checks --registry=https://npm.pkg.github.com/
47
env:
48
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GH_PUBLISH_PAT }}
0 commit comments