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 fefebae commit 41ed233
Show file tree
Hide file tree
Showing 2 changed files 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 ./ --name ${{ env.REPO_NAME }}
run: wrangler deploy ./index.js --name ${{ env.REPO_NAME }}

- name: Run Discord script
env:
Expand Down
Empty file added index.js
Empty file.

0 comments on commit 41ed233

Please sign in to comment.