Skip to content

Commit b29a885

Browse files
authored
Fix NPM_TOKEN used to publish packages (#2844)
1 parent 919da7f commit b29a885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Using a PAT instead of GITHUB_TOKEN because we need to run workflows when releases are created
3333
# https://github.com/orgs/community/discussions/26875#discussioncomment-3253761
3434
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
35-
NPM_TOKEN_READONLY: ${{ secrets.NPM_TOKEN_READONLY }}
35+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3636
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3737
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3838
release-preview:

0 commit comments

Comments
 (0)