fix: vars instead of secret
This commit is contained in:
parent
82e3e92f3e
commit
beb2a932e3
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
servers: |
|
servers: |
|
||||||
[{
|
[{
|
||||||
"id": "repo",
|
"id": "repo",
|
||||||
"username": "${{ secrets.MAVEN_NAME }}",
|
"username": "${{ vars.MAVEN_NAME }}",
|
||||||
"password": "${{ secrets.MAVEN_SECRET }}"
|
"password": "${{ secrets.MAVEN_SECRET }}"
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
servers: |
|
servers: |
|
||||||
[{
|
[{
|
||||||
"id": "repo",
|
"id": "repo",
|
||||||
"username": "${{ secrets.MAVEN_NAME }}",
|
"username": "${{ vars.MAVEN_NAME }}",
|
||||||
"password": "${{ secrets.MAVEN_SECRET }}"
|
"password": "${{ secrets.MAVEN_SECRET }}"
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue