github · GitHub Actions Docs
How Tos Publishing actions in GitHub Marketplace - GitHub Docs
A guide on the process of submitting, reviewing, and managing the publication of custom GitHub Actions to the GitHub Marketplace.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
How Tos Publishing actions in GitHub Marketplace - GitHub Docs
A guide on the process of submitting, reviewing, and managing the publication of custom GitHub Actions to the GitHub Marketplace.
When To Use
Use when you need to distribute a custom GitHub Action to the public or manage its visibility and availability on the GitHub Marketplace.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-create-and-publish-publishing-in-github-marketplace-docs-workflow-guide.md | A guide outlining the prerequisites and steps required to publish GitHub Actions to the GitHub Marketplace. | Questions about a guide outlining the prerequisites and steps required to publish GitHub Actions to the GitHub Marketplace. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Create and publish actions / - Publish in GitHub Marketplace
- Main sections:
In this article,Prerequisites,Publishing an action,Removing an action from GitHub Marketplace,Transferring an action repository.
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://docs.github.com/en/actions/how-tos/create-and-publish-actions/publish-in-github-marketplace
