Skip to content

Commit

Permalink
Set API token during deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Jun 8, 2024
1 parent 46377eb commit 0b5e050
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Install Dependencies
run: npm i

- name: Authenticate Wrangler
- name: Publish to Cloudflare Workers
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: npx wrangler config

- name: Publish to Cloudflare Workers
run: npx wrangler deploy

0 comments on commit 0b5e050

Please sign in to comment.