Skip to content

Instantly share code, notes, and snippets.

@shark8me
Created September 15, 2021 14:57
Show Gist options
  • Select an option

  • Save shark8me/d268e673ab19cbbe1831add7353b0e24 to your computer and use it in GitHub Desktop.

Select an option

Save shark8me/d268e673ab19cbbe1831add7353b0e24 to your computer and use it in GitHub Desktop.
project.clj definition for deploying to Github packages
(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