Skip to content

Commit db4f39d

Browse files
committed
try different CI credentials
1 parent 8843f30 commit db4f39d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- env:
171171
CI_SNAPSHOT_RELEASE: +publishSigned
172172
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
173-
SONATYPE_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD3 }}
174-
SONATYPE_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME3 }}
173+
SONATYPE_PASSWORD: ${{ secrets.CI_S01_DEPLOY_PASSWORD }}
174+
SONATYPE_USERNAME: ${{ secrets.CI_S01_DEPLOY_USERNAME }}
175175
PGP_SECRET: ${{ secrets.PGP_SECRET }}
176176
run: sbt -J-Xmx2G ci-release

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ ThisBuild / githubWorkflowPublish := Seq(
156156
env = Map(
157157
"PGP_PASSPHRASE" -> "${{ secrets.PGP_PASSPHRASE }}",
158158
"PGP_SECRET" -> "${{ secrets.PGP_SECRET }}",
159-
"SONATYPE_PASSWORD" -> "${{ secrets.CI_DEPLOY_PASSWORD3 }}",
160-
"SONATYPE_USERNAME" -> "${{ secrets.CI_DEPLOY_USERNAME3 }}",
159+
"SONATYPE_PASSWORD" -> "${{ secrets.CI_S01_DEPLOY_PASSWORD }}",
160+
"SONATYPE_USERNAME" -> "${{ secrets.CI_S01_DEPLOY_USERNAME }}",
161161
"CI_SNAPSHOT_RELEASE" -> "+publishSigned"
162162
)
163163
)

0 commit comments

Comments
 (0)