Skip to content

Commit

Permalink
Updated description of credential file for publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Unruh committed Jul 8, 2024
1 parent ee5158b commit 77c3b3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ Format of ~/.sbt/sonatype_credentials:
realm=Sonatype Nexus Repository Manager
host=oss.sonatype.org
user=unruh
password=************
user=XXX
password=YYY
where XXX, YYY are the token-user and token-key, see https://central.sonatype.org/publish/generate-token/
*/
credentials += Credentials(Path.userHome / ".sbt" / "sonatype_credentials")
credentials += Credentials("GnuPG Key ID", "gpg", "B12742E4CC2172D894730C1AE1F9C7FA4BA66FE2", "ignored")
Expand Down

0 comments on commit 77c3b3d

Please sign in to comment.