Create DeployWorker.yml

This commit is contained in:
2025-08-31 17:57:52 -07:00
committed by GitHub
parent 07ab2896f1
commit 4fb816d799

10
.github/workflows/DeployWorker.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
on:
workflow_dispatch:
jobs:
deploy-cloudflare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}