Skip to content

Commit 17dc728

Browse files
committed
fix
1 parent 62a1185 commit 17dc728

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828

2929
- name: Build site
3030
run: cd ./site/docs && npm run build
31+
env:
32+
TURNSTILE_SECRET_KEY: ${{ secrets.TURNSTILE_SECRET_KEY }}
3133

3234
- name: Install Netlify CLI
3335
run: npm install -g netlify-cli

0 commit comments

Comments
 (0)