Managing GitHub packages using GitHub Actions workflows
You can safely publish and consume packages by building custom workflows that can also build, test, and deploy your code.
Publishing and installing a package with GitHub Actions
You can configure a workflow in GitHub Actions to automatically publish or install a package from GitHub Packages.
Example workflows for publishing a package
To help you get started with your own custom workflows, review some example workflows for publishing packages.
About GitHub Packages and GitHub Actions
Learn the fundamentals of managing packages through your GitHub Actions workflows.