Skip to content

Commit 6bec851

Browse files
Restore NPM_TOKEN to publish workflow (#228)
- Add NPM_TOKEN back to changesets action environment - Remove .npmrc experiment (didn't work) - NPM_TOKEN needed for authentication, --provenance uses OIDC for attestations - Token may be configured at organization level
1 parent b151cf4 commit 6bec851

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
publish: pnpm changeset-publish
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)