Skip to content

Commit 7ea6f14

Browse files
committed
Change user/password for publish
1 parent 5990f73 commit 7ea6f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-v2-snapshot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: Publish package
2727
run: mvn -Prelease clean validate deploy -DskipTests # We use validate here to run maven enforcer, to make sure we are only publishing SNAPSHOT builds
2828
env:
29-
MAVEN_USERNAME: ${{ secrets.OSSRH_JIRA_USERNAME }}
30-
MAVEN_PASSWORD: fail_because_this_is_wrong
29+
MAVEN_USERNAME: ${{ secrets.SNAPSHOT_PUBLISH_USERNAME }}
30+
MAVEN_PASSWORD: ${{ secrets.SNAPSHOT_PUBLISH_PASSWORD }}
3131
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)