Skip to content

Commit 5e1ed53

Browse files
authored
Add npm token to publish with bun (#3721)
1 parent 295f03d commit 5e1ed53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
# https://github.com/orgs/community/discussions/26875#discussioncomment-3253761
3838
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40+
NPM_CONFIG_TOKEN: ${{ secrets.NPM_TOKEN }}
4041
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4142
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
4243

0 commit comments

Comments
 (0)