Skip to content

Commit 216c428

Browse files
Disable NPM_TOKEN in release.yml
Prefer OIDC
1 parent 4b9a164 commit 216c428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
publish: npx changeset publish
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
38+
# NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} # OIDC
3939
NODE_ENV: "production"

0 commit comments

Comments
 (0)