https://github.com/malczuuu/github-packages-draft
Draft repository presenting how to build maven library and host it on GitHub Packages
https://github.com/malczuuu/github-packages-draft
github-actions github-packages gradle maven
Last synced: 2 months ago
JSON representation
Draft repository presenting how to build maven library and host it on GitHub Packages
- Host: GitHub
- URL: https://github.com/malczuuu/github-packages-draft
- Owner: malczuuu
- License: mit
- Created: 2025-05-15T16:50:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-14T16:58:23.000Z (9 months ago)
- Last Synced: 2025-09-14T17:42:18.144Z (9 months ago)
- Topics: github-actions, github-packages, gradle, maven
- Language: Groovy
- Homepage: https://github.com/malczuuu/github-packages-draft/packages
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Packages Draft
Draft repository presenting how to build maven library in GitHub Actions and host it on GitHub Packages.
* See [`publish.yml`](./.github/workflows/publish.yml) workflow configuration. Note that `github.actor` and
`secrets.GPR_TOKEN` are being assigned to `GPR_USER` and `GPR_TOKEN`. `GPR_TOKEN` is configured in **Settings >
Security > Secrets and variables > Actions** in section _Repository secrets_.
* See [`build.gradle`](./build.gradle) (`publishing` section). **Note** that `GPR_USER` and `GPR_TOKEN` variables are
being used.
* See [Packages](https://github.com/malczuuu/github-packages-draft/packages) page.
**`GPR_TOKEN`** is generated in **Settings > Developer settings > Personal access tokens > Tokens (classic)**. After
experiments, permissions `repo` and `write:packages` are required. Take into consideration token expiration.