Skip to content

Commit

Permalink
fix: use production clerk key in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Jul 7, 2024
1 parent c4f1980 commit a9cb447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

deploy:
env:
PUBLIC_CLERK_PUBLISHABLE_KEY: pk_test_ZW5vcm1vdXMtYnVnLTMxLmNsZXJrLmFjY291bnRzLmRldiQ
PUBLIC_CLERK_PUBLISHABLE_KEY: pk_live_Y2xlcmsudHVsc2F3ZWJkZXZzLm9yZyQ
needs: build
runs-on: ubuntu-latest
environment:
Expand Down

0 comments on commit a9cb447

Please sign in to comment.