update nexus authentication for pipeline

This commit is contained in:
2024-08-30 01:05:25 +10:00
parent 33a7a5c3de
commit b00225f6ed
2 changed files with 14 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ jobs:
java-version: 17
- name: Maven Publish
env:
NEXUS_USERNAME: 'edward'
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }}
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
run: |