This version of GitHub Enterprise Server was discontinued on 2024-07-09. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise Server. For help with the upgrade, contact GitHub Enterprise support.
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.