openam-jp / openam

Other
32 stars 15 forks source link

Configure GitHub Packages as Maven Repository #258

Open tsujiguchitky opened 2 years ago

tsujiguchitky commented 2 years ago

Currently, this project does not have a public Maven repository.

So if we want to generate a nightly build by GitHub Actions workflow, we need to build all the related projects in order. This is very time consuming.

I would like to configure GitHub Packages as a Maven repository to solve this problem. Access to this GitHub Packages requires a token, not a public repository, but it can be used in workflows.