Skip to content

Commit

Permalink
[Fix] 🐛 Mutil AUTH_KEY in Cloudflare Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Jun 15, 2024
1 parent 5b3fced commit cc06850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloudflare-worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
run_install: true
version: 9
- name: build - 构建
- name: Build
run: pnpm run build-worker
- name: Build & Deploy Worker
- name: Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: 'deploy --keep-vars --no-bundle'
command: 'deploy --keep-vars'

0 comments on commit cc06850

Please sign in to comment.