Skip to content

Commit

Permalink
fix: never trust copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
okdargy committed Jan 2, 2024
1 parent 2d68032 commit d1953ca
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 @@ -18,5 +18,4 @@ jobs:
- name: Deploy to Cloudflare Workers
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
buildCommand: npm run build
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit d1953ca

Please sign in to comment.