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 3768f9c commit f113f68Copy full SHA for f113f68
.github/workflows/publish-playground.yml
@@ -51,7 +51,7 @@ jobs:
51
working-directory: playground
52
- name: "Deploy to Cloudflare Pages"
53
if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }}
54
- uses: cloudflare/[email protected].0
+ uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3.14.1
55
with:
56
apiToken: ${{ secrets.CF_API_TOKEN }}
57
accountId: ${{ secrets.CF_ACCOUNT_ID }}
0 commit comments