Skip to content

Add public turnstile site key to wrangler.toml #18

Add public turnstile site key to wrangler.toml

Add public turnstile site key to wrangler.toml #18

Workflow file for this run

# name: CF Workers Deploy
# on:
# workflow_call:
# secrets:
# CF_API_TOKEN:
# required: true
# jobs:
# deploy-workers:
# name: Deploy ps-signature worker
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# - run: npm ci
# - name: Deploy
# uses: cloudflare/wrangler-action@v3
# with:
# apiToken: ${{ secrets.CF_API_TOKEN }}
# workingDirectory: "./workers/vr-www-signatures/"