chore: import upstream snapshot with attribution
Deploy Worker / Deploy (push) Failing after 4s

This commit is contained in:
wehub-resource-sync
2026-07-13 12:22:23 +08:00
commit acb1e552cd
19 changed files with 1584 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Deploy Worker
on:
push:
branches:
- main
pull_request:
repository_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}