# Using GitHub Workflow with Maven dependencices from a private GitHub Package Registry

DevFeed: [Using GitHub Workflow with Maven dependencices from a private GitHub Package Registry](<https://devfeed.tech/articles/using-github-workflow-with-maven-dependencices-from-a-private-github-package-registry-29331.md>)

Original publisher: [Read original article](<https://www.schakko.de/2020/12/19/using-github-workflow-with-maven-dependencies-from-a-private-github-package-registry/>)

Author: Schakko

Published: 2020-12-19T11:08:46Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [Maven](<https://devfeed.tech/topics/maven.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [artifactory](<https://devfeed.tech/tags/artifactory.md>), [automated](<https://devfeed.tech/tags/automated.md>), [build](<https://devfeed.tech/tags/build.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [library](<https://devfeed.tech/tags/library.md>), [maven](<https://devfeed.tech/tags/maven.md>), [personal-access-token](<https://devfeed.tech/tags/personal-access-token.md>), [project](<https://devfeed.tech/tags/project.md>), [registry](<https://devfeed.tech/tags/registry.md>), [repository](<https://devfeed.tech/tags/repository.md>), [sonatype](<https://devfeed.tech/tags/sonatype.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

## AI overview

A tutorial on publishing Maven artifacts to a private GitHub Package Registry using GitHub Actions. It explains the Maven distribution-management setup, Personal Access Token requirements, local testing, and workflow configuration for automated deployment.

## Source excerpt

GitHhub Package Repository provides an easy way to share dependencies like Maven artifacts between GitHub projects. Publishing of new artifacts into GitHub Package Repository can be automated with GitHub Actions. In May 2019 GitHub introduced the GitHub Package Registry: an alternative to some traditional package registries like Sonatype Nexus. During [...] The post Using GitHub Workflow with Maven dependencices from a private GitHub Package Registry appeared first on schakko.de.