We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27151fd commit 568ff38Copy full SHA for 568ff38
1 file changed
.github/workflows/deploy.yaml
@@ -13,6 +13,8 @@ jobs:
13
env:
14
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
15
PUBLIC_GITHUB_SHA: ${{ github.sha }}
16
+ PUBLIC_CLOUDFLARE_TURNSTILE_SITE_KEY: ${{ secrets.PUBLIC_CLOUDFLARE_TURNSTILE_SITE_KEY }}
17
+ CLOUDFLARE_TURNSTILE_SECRET_KEY: ${{ secrets.CLOUDFLARE_TURNSTILE_SECRET_KEY }}
18
19
steps:
20
- name: 🔍 Checkout
0 commit comments