Skip to content

Commit

Permalink
chore: added cloudflare account id to publish worker
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jan 14, 2025
1 parent 041c6e4 commit 7ceb1a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ jobs:
SUPABASE_URL
SUPABASE_KEY
BOT_USER_ID
CLOUDFLARE_ACCOUNT_ID
${{ secrets.KERNEL_PUBLIC_KEY && secrets.KERNEL_PUBLIC_KEY != '' && 'KERNEL_PUBLIC_KEY' || '' }}
env:
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
BOT_USER_ID: ${{ secrets.BOT_USER_ID }}
KERNEL_PUBLIC_KEY: ${{ secrets.KERNEL_PUBLIC_KEY }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

- name: Update manifest.json worker url
uses: actions/github-script@v7
Expand Down

0 comments on commit 7ceb1a2

Please sign in to comment.