diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index c73ac6cbf..661965144 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -32,7 +32,7 @@ jobs: # Using a PAT instead of GITHUB_TOKEN because we need to run workflows when releases are created # https://github.com/orgs/community/discussions/26875#discussioncomment-3253761 GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }} - NPM_TOKEN_READONLY: ${{ secrets.NPM_TOKEN_READONLY }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} release-preview: