Skip to content

Commit

Permalink
add log to check token
Browse files Browse the repository at this point in the history
  • Loading branch information
TechWorld-Software committed Aug 12, 2024
1 parent 89244db commit 8ef63d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
CENTRAL_PASSWORD: ${{ secrets.SONARTYPE_PASSWORD }}
run: |
mkdir -p $HOME/.m2
echo "$CENTRAL_USERNAME"
echo "$CENTRAL+PASSWORD"
print "Central_Username is $CENTRAL_USERNAME"
echo "Central_Password is $CENTRAL+PASSWORD"
echo "<settings>
<servers>
<server>
Expand Down

0 comments on commit 8ef63d0

Please sign in to comment.