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 d19a2cf commit e7f1a82Copy full SHA for e7f1a82
1 file changed
.github/workflows/publish-release.yml
@@ -38,6 +38,4 @@ jobs:
38
publish: pnpm run release
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- # Use OIDC for npm authentication instead of NPM_TOKEN
42
- NPM_TOKEN: "" # https://github.com/changesets/changesets/issues/1152#issuecomment-3190884868
43
- NPM_CONFIG_PROVENANCE: true
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments