Skip to content

Commit 03d5748

Browse files
Set the secrets in the CI for the org.scala-lang organization
1 parent d7fa69f commit 03d5748

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ jobs:
262262
NIGHTLYBUILD: yes
263263
PGP_PW: ${{ secrets.PGP_PW }} # PGP passphrase
264264
PGP_SECRET: ${{ secrets.PGP_SECRET }} # Export your private and public PGP key to an *.asc file, take the file's contents as a string
265-
SONATYPE_PW: ${{ secrets.SONATYPE_PW }}
266-
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
265+
SONATYPE_PW: ${{ secrets.SONATYPE_PW_ORGSCALALANG }}
266+
SONATYPE_USER: ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
267267

268268
steps:
269269
- name: Checkout cleanup script
@@ -366,8 +366,8 @@ jobs:
366366
RELEASEBUILD: yes
367367
PGP_PW: ${{ secrets.PGP_PW }} # PGP passphrase
368368
PGP_SECRET: ${{ secrets.PGP_SECRET }} # Export your private and public PGP key to an *.asc file, take the file's contents as a string
369-
SONATYPE_PW: ${{ secrets.SONATYPE_PW }}
370-
SONATYPE_USER: ${{ secrets.SONATYPE_USER }}
369+
SONATYPE_PW: ${{ secrets.SONATYPE_PW_ORGSCALALANG }}
370+
SONATYPE_USER: ${{ secrets.SONATYPE_USER_ORGSCALALANG }}
371371

372372
steps:
373373
- name: Checkout cleanup script

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ object Build {
10961096
settings(
10971097
name := sbtDottyName,
10981098
version := sbtDottyVersion,
1099+
organization := "ch.epfl.lamp",
10991100
// Keep in sync with inject-sbt-dotty.sbt
11001101
libraryDependencies ++= Seq(
11011102
Dependencies.`jackson-databind`,

0 commit comments

Comments
 (0)