Skip to content

Commit

Permalink
refactor: Update Cloudflare Workers deployment workflow to use new en…
Browse files Browse the repository at this point in the history
…vironment variable names
  • Loading branch information
xuelink committed May 20, 2024
1 parent 41ed233 commit d815a70
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 @@ -32,7 +32,7 @@ jobs:
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
run: wrangler deploy ./index.js --name ${{ env.REPO_NAME }}
run: wrangler deploy ./index.js --name ${{ env.REPO_NAME }} --compatibility-date 2024-05-20

- name: Run Discord script
env:
Expand Down

0 comments on commit d815a70

Please sign in to comment.