Skip to content

Commit 7f64483

Browse files
committed
fix: Remove redundant auth properties for Docker upload
1 parent 07e6462 commit 7f64483

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/server-pre-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4949
run: |
5050
mvn --batch-mode deploy -PdockerPreRelease -Dmaven.deploy.skip \
51-
-Djib.to.auth.username=${{ github.actor }} \
52-
-Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} \
5351
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
5452
-Dsonar.projectKey=aehrc_pathling -Dsonar.organization=aehrc \
5553
-Dsonar.host.url=https://sonarcloud.io \

.github/workflows/server-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4848
run: |
4949
mvn --batch-mode deploy -Pdocker -Dmaven.deploy.skip \
50-
-Djib.to.auth.username=${{ github.actor }} \
51-
-Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} \
5250
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
5351
-Dsonar.projectKey=aehrc_pathling -Dsonar.organization=aehrc \
5452
-Dsonar.host.url=https://sonarcloud.io \

0 commit comments

Comments
 (0)