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

0 comments on commit 9f7bcd9

Please sign in to comment.