Skip to content

Commit e4e1856

Browse files
authored
Update NPM_TOKEN in publish.yml to use secrets
no luck with OIDC tried this: changesets/action#542
1 parent b252c8b commit e4e1856

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ jobs:
3535
publish: yarn run release
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
NPM_TOKEN: ''
39-
NPM_CONFIG_PROVENANCE: false
38+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)