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:
|
||||
servers: |
|
||||
[{
|
||||
"id": "phoenix-oss",
|
||||
"configuration": {
|
||||
"httpHeaders": {
|
||||
"property": {
|
||||
"name": "Authorization",
|
||||
"value": "token ${{ secrets.ORG_PACKAGE_WRITER_TOKEN }}"
|
||||
}
|
||||
}
|
||||
}
|
||||
"id": "kvant",
|
||||
"username": "${{ vars.ORG_PACKAGE_WRITER_USERNAME }}",
|
||||
"password": "${{ secrets.ORG_PACKAGE_WRITER_TOKEN }}"
|
||||
}]
|
||||
|
||||
- name: Make maven wrapper executable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue