ci(github-actions): simplify maven settings
All checks were successful
Build / build (push) Successful in 2m18s
All checks were successful
Build / build (push) Successful in 2m18s
This commit is contained in:
parent
58a53fe280
commit
1e9ab13c97
1 changed files with 2 additions and 8 deletions
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue