Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-ci-cd-external-cicd-github-actions-workflow-guide.mdA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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