Skip to content

📝 (README.md): Update Worker setup instructions to clarify deployment… #1

📝 (README.md): Update Worker setup instructions to clarify deployment…

📝 (README.md): Update Worker setup instructions to clarify deployment… #1

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}