debug: try to debug maven secret
This commit is contained in:
parent
beb2a932e3
commit
efe5f851f0
|
|
@ -30,6 +30,11 @@ jobs:
|
||||||
- name: Install Maven
|
- name: Install Maven
|
||||||
run: sudo apt update && sudo apt-get install maven -y
|
run: sudo apt update && sudo apt-get install maven -y
|
||||||
|
|
||||||
|
- name: Debug MAVEN_SECRET
|
||||||
|
run: echo "MAVEN_SECRET is $MAVEN_SECRET"
|
||||||
|
env:
|
||||||
|
MAVEN_SECRET: ${{ secrets.MAVEN_SECRET }}
|
||||||
|
|
||||||
- name: Prepare Maven credentials
|
- name: Prepare Maven credentials
|
||||||
uses: s4u/maven-settings-action@v2.6.0
|
uses: s4u/maven-settings-action@v2.6.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue