Skip to content

Commit

Permalink
off-the-wall attempt using github token in pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 3, 2024
1 parent 9955849 commit d3b1402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# performed at the org level.
git config --global user.email "[email protected]"
git config --global init.defaultBranch master
mvn --batch-mode -f pom.xml clean deploy -Dmaven.test.skip=true -Dusername=RyanJCummings -Dpassword="${{ secrets.PAT }}"
mvn --batch-mode -f pom.xml clean deploy -Dmaven.test.skip=true
# deploy_to_dockerhub:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<repository>
<id>msusel-maven-repo</id>
<name>msusel-maven-repo</name>
<url>git:releases://[email protected]:MSUSEL/msusel-maven-repo.git</url>
<url>git:releases://${{ secrets.GITHUB_TOKEN }}[email protected]:MSUSEL/msusel-maven-repo.git</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit d3b1402

Please sign in to comment.