Skip to content

Commit 7edb39a

Browse files
Merge pull request #49 from kjldev/added-form-capture
feat: added form capcha
2 parents 9e6b1a6 + be1a838 commit 7edb39a

6 files changed

Lines changed: 126 additions & 121 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
with:
2727
bun-version: latest
2828

29-
- name: Set App Insights connection string
29+
- name: Set Secure Configuration
3030
run: |
31-
echo "PUBLIC_APPINSIGHTS_CONNECTION_STRING=${{ secrets.PUBLIC_APPINSIGHTS_CONNECTION_STRING }}" > ./src/.env
31+
echo "PUBLIC_APPINSIGHTS_CONNECTION_STRING=${{ secrets.PUBLIC_APPINSIGHTS_CONNECTION_STRING }}" >> ./src/.env
32+
echo "PUBLIC_CF_TURNSTILE_SITEKEY=${{ secrets.PUBLIC_CF_TURNSTILE_SITEKEY }}" >> ./src/.env
3233
3334
- name: Install dependencies
3435
run: bun install

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/bun": "latest",
99
"commit-and-tag-version": "^12.5.1",
1010
"commitlint": "^19.8.1",
11-
"execa": "^9.5.3",
11+
"execa": "^9.6.0",
1212
"hereby": "^1.11.0",
1313
"husky": "^9.1.7"
1414
},

0 commit comments

Comments
 (0)