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 87e7dd8 commit fd26282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
run: |
mkdir -p $HOME/.m2
echo "Central_Username is $CENTRAL_USERNAME"
echo "Central_Password is $CENTRAL+PASSWORD"
echo "Central_Password is $CENTRAL_PASSWORD"
echo "Central_Username is ${{ secrets.SONARTYPE_USERNAME }}"
echo "Central_Password is ${{ secrets.SONARTYPE_PASSWORD }}"
echo "<settings>
<servers>
<server>
Expand Down

0 comments on commit fd26282

Please sign in to comment.