Skip to content

Commit 568ff38

Browse files
committed
ci: build with secrets
1 parent 27151fd commit 568ff38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
env:
1414
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
1515
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 }}
1618

1719
steps:
1820
- name: 🔍 Checkout

0 commit comments

Comments
 (0)