-
-
Notifications
You must be signed in to change notification settings - Fork 114
Deploy Tokens
To deploy to Clojars, you will need to authenticate yourself. Deployment authentication is done via a Deploy Token.
Note: you can currently use your password to deploy instead of a deploy token, but that feature is deprecated, and will be removed on or after 2020-06-27.
To create a deploy token, visit https://clojars.org/tokens after logging in. This page will list existing tokens and allow you to create a new token. You just need to provide a name for the token. The name does not need to be unique. Once created, a token cannot be edited (other than to disable it).
Note: the new token value will only be presented once after creation, so be sure to copy it!
By default, a deploy token can be used to deploy any artifact your user account has rights to deploy. However, deploy tokens can be scoped to only allow deploying a single artifact, or deploying any artifact within a group.
Note: you can't create a token that is scoped to a group or artifact before that group or artifact exists on Clojars - you will need to deploy with an unscoped token first to create the group & artifact.
Tokens can be disabled on the token management page. Once disabled, a token cannot be re-enabled.
To use a deploy token, simply use it in place of your password when deploying. You will still need to provide your Clojars username as well.
All clojars-web wiki content licensed under a Creative Commons Attribution-ShareAlike 4.0 International License