Skip to content

Commit

Permalink
embedding credentials in mvn command
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJCummings committed Dec 3, 2024
1 parent 0d82393 commit f32e2b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ jobs:
# FIX ME!!! need to migrate to github packages so authentication can be
# performed at the org level.
git config --global user.email "[email protected]"
mvn --batch-mode -f pom.xml clean deploy -Dmaven.test.skip=true
env:
GITHUB_TOKEN: ${{secrets.PAT}}
git config --global init.defaultBranch master
mvn --batch-mode -f pom.xml clean deploy -Dmaven.test.skip=true -Dusername="RyanJCummings" -Dpassword="${{ secrets.PAT }}"
# deploy_to_dockerhub:
# needs: build_and_test
Expand Down

0 comments on commit f32e2b6

Please sign in to comment.