Skip to content

Commit 79d4894

Browse files
author
Ravi Singh
committed
chore: move Turnstile site key from secret to env (public key)
1 parent ebf530a commit 79d4894

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
DROPLET_IP: "168.144.32.179"
1818
APP_DIR: "/home/tanksync/tanksync-pwa"
19-
VITE_TURNSTILE_SITE_KEY: ${{ secrets.VITE_TURNSTILE_SITE_KEY }}
19+
VITE_TURNSTILE_SITE_KEY: "0x4AAAAAAC-RFHMP2e8ZwGG5" # public site key (not secret)
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)