debug: try to debug maven secret

This commit is contained in:
Luca Burgard 2024-04-24 17:28:16 +02:00
parent beb2a932e3
commit efe5f851f0
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ jobs:
- name: Install Maven
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
uses: s4u/maven-settings-action@v2.6.0
with: