Skip to content

Commit

Permalink
chore: 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 142b6e6 commit 6a25084
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 @@ -41,9 +41,13 @@ jobs:
secrets: |
SUPABASE_URL
SUPABASE_KEY
CLOUDFLARE_ACCOUNT_ID
CLOUDFLARE_API_TOKEN
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_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 6a25084

Please sign in to comment.