Skip to content

Commit

Permalink
add gh secret comments
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Jun 18, 2024
1 parent 6aa62a9 commit 999342a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,25 @@
// sbt githubWorkflowGenerate
// and check in the updates to github workflow yamls

// This is to trigger a snapshot build

// base version for assessing MIMA
ThisBuild / tlBaseVersion := "0.8"

// publish settings
// artifacts now publish to s01.oss.sonatype.org, per:
// https://github.com/erikerlandson/coulomb/issues/500
//
// The sonatype publishing depends on 3 github action secrets,
// which are explained here:
// https://typelevel.org/sbt-typelevel/secrets.html
//
// On linux, you need to give a '-w 0' flag for base64:
// gpg --list-secret-keys
// gpg --armor --export-secret-keys $KEY_ID | base64 -w 0
//
// As of June 2024, you also need to use the "api token"
// for sonatype, not the legacy user name and password,
// instructions here:
// https://typelevel.org/sbt-typelevel/secrets.html#sonatype-credentials
ThisBuild / developers += tlGitHubDev("erikerlandson", "Erik Erlandson")
ThisBuild / organization := "com.manyangled"
ThisBuild / organizationName := "Erik Erlandson"
Expand Down

0 comments on commit 999342a

Please sign in to comment.