We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919da7f commit b29a885Copy full SHA for b29a885
.github/workflows/publish.yaml
@@ -32,7 +32,7 @@ jobs:
32
# Using a PAT instead of GITHUB_TOKEN because we need to run workflows when releases are created
33
# https://github.com/orgs/community/discussions/26875#discussioncomment-3253761
34
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
35
- NPM_TOKEN_READONLY: ${{ secrets.NPM_TOKEN_READONLY }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
37
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
38
release-preview:
0 commit comments