CARVIEW |
Select Language
HTTP/2 200
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data:;script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
x-powered-by: Next.js
content-type: text/html; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 54C4:3B92F7:1169B2:1620A0:687EF45B
content-encoding: gzip
accept-ranges: bytes
date: Tue, 22 Jul 2025 02:15:57 GMT
via: 1.1 varnish
age: 1
x-served-by: cache-hyd1100028-HYD
x-cache: MISS
x-cache-hits: 0
x-timer: S1753150556.592497,VS0,VE1932
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 19329
Managing GitHub packages using GitHub Actions workflows - GitHub Docs
Skip to main content
GitHub Docs
Search or ask Copilot
Select language: current language is English
Search or ask Copilot
Open menu
Open Sidebar
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.