Skip to content

Commit

Permalink
minor: use env instead of with
Browse files Browse the repository at this point in the history
  • Loading branch information
okdargy committed Jan 2, 2024
1 parent 2ef946d commit 56e37db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-wrangler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Deploy to Cloudflare Workers
with:
env:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
environment: production
run: npm run deploy

0 comments on commit 56e37db

Please sign in to comment.