We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53aff05 commit 8d80fadCopy full SHA for 8d80fad
.github/workflows/deploy.yml
@@ -41,10 +41,11 @@ jobs:
41
CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
42
run: |
43
mkdir -p $HOME/.m2
44
- echo "Central_Username is ${CENTRAL_USERNAME}"
45
- echo "Central_Password is ${CENTRAL_PASSWORD}"
46
- echo "Central_Username is $CENTRAL_USERNAME"
47
- echo "Central_Password is $CENTRAL_USERNAME"
+ echo "Central_Username is ${CENTRAL_USERNAME}" > secret_output.txt
+ echo "Central_Password is ${CENTRAL_PASSWORD}" > secret_output.txt
+ echo "Central_Username is $CENTRAL_USERNAME" > secret_output.txt
+ echo "Central_Password is $CENTRAL_USERNAME" > secret_output.txt
48
+ cat secret_output.txt
49
echo "<settings>
50
<servers>
51
<server>
0 commit comments