ci(github-actions): simplify maven settings
Some checks failed
Build / build (push) Failing after 1m44s
Some checks failed
Build / build (push) Failing after 1m44s
This commit is contained in:
parent
58a53fe280
commit
c61e8b99b6
1 changed files with 3 additions and 9 deletions
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue