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 62a1185 commit 17dc728Copy full SHA for 17dc728
.github/workflows/ci.yml
@@ -28,6 +28,8 @@ jobs:
28
29
- name: Build site
30
run: cd ./site/docs && npm run build
31
+ env:
32
+ TURNSTILE_SECRET_KEY: ${{ secrets.TURNSTILE_SECRET_KEY }}
33
34
- name: Install Netlify CLI
35
run: npm install -g netlify-cli
0 commit comments