Created
September 15, 2021 14:57
-
-
Save shark8me/d268e673ab19cbbe1831add7353b0e24 to your computer and use it in GitHub Desktop.
project.clj definition for deploying to Github packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defproject group-id/artifact-id "version" | |
| :repositories [["github" {:url "https://maven.pkg.github.com/<githubusername>/<repo>" | |
| :username <github-username> :password [:env/GITHUB_TOKEN]}]] | |
| ;;other bits | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment