Skip to content

Commit

Permalink
Merge pull request #4 from CRSXon/main
Browse files Browse the repository at this point in the history
fix error when self deploy if have more than one cf accounts
  • Loading branch information
ihsangan authored Jun 8, 2024
2 parents f6339df + a0ace8d commit 0f5546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACID }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: deploy index.js

0 comments on commit 0f5546b

Please sign in to comment.