/Knowledge/sources/honojs__hono/llms-full/cloudflare-workers-deploy-from-github-actions--part-02--2900f8aa4c77.md
Cloudflare Workers: Deploy from GitHub Actions (part 02) - hono-docs
Cloudflare Workers: Deploy from GitHub Actions (part 02) Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.t...
Cloudflare Workers: Deploy from GitHub Actions (part 02)
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#deploy-from-github-actions
Summary
yml name: Deploy on: push: branches: - main 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 }}
Content
name: Deploy
on:
push:
branches:
- main
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 }}
Metadata
{
"chunk_index": 1,
"citation": "https://hono.dev/llms-full.txt#deploy-from-github-actions",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Cloudflare Workers > Deploy from GitHub Actions (2)",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 391,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Cloudflare Workers: Deploy from GitHub Actions (part 02)",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}