# 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.

## Links

* [Publishing and installing a package with GitHub Actions](/en/enterprise-server@3.22/packages/managing-github-packages-using-github-actions-workflows/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](/en/enterprise-server@3.22/packages/managing-github-packages-using-github-actions-workflows/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](/en/enterprise-server@3.22/packages/managing-github-packages-using-github-actions-workflows/about-github-packages-and-github-actions)

  Learn the fundamentals of managing packages through your GitHub Actions workflows.