ci(github-actions): simplify maven settings
All checks were successful
Build / build (push) Successful in 2m18s

This commit is contained in:
Jorge Bornhausen 2025-07-30 15:34:35 +02:00
parent 58a53fe280
commit 1e9ab13c97
Signed by: jorge.bornhausen
SSH key fingerprint: SHA256:X2ootOwvCeP4FoNfmVUFIKIbhq95tAgnt7Oqg3x+lfs

View file

@ -63,14 +63,8 @@ jobs:
servers: |
[{
"id": "phoenix-oss",
"configuration": {
"httpHeaders": {
"property": {
"name": "Authorization",
"value": "token ${{ secrets.ORG_PACKAGE_WRITER_TOKEN }}"
}
}
}
"username": "${{ vars.ORG_PACKAGE_WRITER_USERNAME }}",
"password": "${{ secrets.ORG_PACKAGE_WRITER_TOKEN }}"
}]
- name: Make maven wrapper executable