Skip to content

Commit

Permalink
Update worker-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng authored Nov 5, 2024
1 parent 01a28b7 commit 3475ef2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@ jobs:
SUPABASE_URL
SUPABASE_KEY
KERNEL_PUBLIC_KEY
CLOUDFLARE_ACCOUNT_ID
CLOUDFLARE_API_TOKEN
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
KERNEL_PUBLIC_KEY: ${{ secrets.KERNEL_PUBLIC_KEY }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

- name: Write Deployment URL to Summary
run: |
Expand Down

0 comments on commit 3475ef2

Please sign in to comment.