Skip to content

Commit

Permalink
more auth attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 3, 2024
1 parent d243749 commit 9955849
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +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
env:
"${{ secrets.PAT }}"
mvn --batch-mode -f pom.xml clean deploy -Dmaven.test.skip=true -Dusername=RyanJCummings -Dpassword="${{ secrets.PAT }}"
# deploy_to_dockerhub:
Expand Down

0 comments on commit 9955849

Please sign in to comment.