ci(github-actions): simplify maven settings
Some checks failed
Build / build (push) Failing after 1m44s

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

View file

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