Skip to content

Commit ddf6c8e

Browse files
committed
CI: rename env vars for Central credentials
I am not certain whether existing user tokens were migrated over, but my initial test did not look promising. In the interest of clarity, this change renames the variable prefix from OSSRH_ to CENTRAL_. On the scijava-scripts side, the ci-build.sh script can look for the correct environment variables, and fail fast with a nice message when the old variables are still set.
1 parent 0cfd9d4 commit ddf6c8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
3232
MAVEN_USER: ${{ secrets.MAVEN_USER }}
3333
MAVEN_PASS: ${{ secrets.MAVEN_PASS }}
34-
OSSRH_PASS: ${{ secrets.OSSRH_PASS }}
34+
CENTRAL_USER: ${{ secrets.CENTRAL_USER }}
35+
CENTRAL_PASS: ${{ secrets.CENTRAL_PASS }}
3536
SIGNING_ASC: ${{ secrets.SIGNING_ASC }}

0 commit comments

Comments
 (0)