Skip to content

Commit 2891ee6

Browse files
committed
updates
1 parent 17dc728 commit 2891ee6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Build site
3030
run: cd ./site/docs && npm run build
3131
env:
32-
TURNSTILE_SECRET_KEY: ${{ secrets.TURNSTILE_SECRET_KEY }}
32+
VITE_SCIM_TEST_SERVER_URL: ${{ secrets.VITE_SCIM_TEST_SERVER_URL }}
33+
VITE_TURNSTILE_SITE_KEY: ${{ secrets.VITE_TURNSTILE_SITE_KEY }}
3334

3435
- name: Install Netlify CLI
3536
run: npm install -g netlify-cli

0 commit comments

Comments
 (0)