Skip to content

Commit e7f1a82

Browse files
committed
chore: fix changesets config
1 parent d19a2cf commit e7f1a82

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,4 @@ jobs:
3838
publish: pnpm run release
3939
env:
4040
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
41+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)