cloudflare · Cloudflare Workers Docs
Workers GitHub Actions
Teaches how to authenticate Wrangler in a non-interactive environment and configure GitHub Actions secrets to automate Cloudflare Workers deployments.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers GitHub Actions
Teaches how to authenticate Wrangler in a non-interactive environment and configure GitHub Actions secrets to automate Cloudflare Workers deployments.
When To Use
Use when you need to automate the deployment of Cloudflare Workers using GitHub Actions workflows and require instructions for setting up non-interactive authentication via API tokens and account IDs.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-ci-cd-external-cicd-github-actions-workflow-guide.md | A guide explaining how to authenticate and set up GitHub Actions workflows for deploying Cloudflare Workers. | Questions about a guide explaining how to authenticate and set up GitHub Actions workflows for deploying Cloudflare Workers. |
examples/workers-ci-cd-external-cicd-github-actions-cloudflare-workers-github-act.text | A GitHub Actions YAML workflow configuration for building and deploying a Cloudflare Worker using the wrangler-action. | Exact payloads, commands, or snippets shown in A GitHub Actions YAML workflow configuration for building and deploying a Cloudflare Worker using the wrangler-action. |
What This Skill Covers
- You can deploy Workers with GitHub Actions ↗. Here is how you can set up your GitHub Actions workflow.
- Main sections:
1\. Authentication,Cloudflare account ID,API token,2\. Set up CI/CD,GitHub Actions.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/ci-cd/external-cicd/github-actions
