change TURNSTILE_SITEKEY to a regular variable instead of a secret
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m23s

This commit is contained in:
2026-03-25 19:28:26 -04:00
parent a90d9565d1
commit 56e1f9b544

View File

@@ -32,7 +32,7 @@ jobs:
- name: Build - name: Build
run: pnpm build run: pnpm build
env: env:
PUBLIC_TURNSTILE_SITEKEY: ${{ secrets.TURNSTILE_SITEKEY }} PUBLIC_TURNSTILE_SITEKEY: ${{ vars.TURNSTILE_SITEKEY }}
- name: Deploy - name: Deploy
uses: cloudflare/wrangler-action@v3 uses: cloudflare/wrangler-action@v3