We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be4449 commit 4750719Copy full SHA for 4750719
.github/workflows/master.yml
@@ -5,6 +5,7 @@ on:
5
- master
6
env:
7
DATABASE_URL: ${{ secrets.DATABASE_URL }}
8
+ VITE_CLERK_PUBLISHABLE_KEY: ${{ secrets.VITE_CLERK_PUBLISHABLE_KEY }}
9
jobs:
10
deploy:
11
runs-on: ubuntu-latest
@@ -26,3 +27,5 @@ jobs:
26
27
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
28
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
29
packageManager: bun
30
+ env:
31
0 commit comments