chore: input vault credentials into setup role
This commit is contained in:
parent
0364f52edd
commit
0db866f33d
2 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,9 @@ jobs:
|
|||
|
||||
- name: Initialize Environment
|
||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1
|
||||
|
||||
with:
|
||||
vault-role-id: ${{ secrets.VAULT_ROLE_ID }}
|
||||
vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}
|
||||
|
||||
- name: Determine next version
|
||||
uses: https://github.com/obfu5c8/action-svu@v1
|
||||
|
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
|
||||
- name: Initialize Environment
|
||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1
|
||||
with:
|
||||
vault-role-id: ${{ secrets.VAULT_ROLE_ID }}
|
||||
vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}
|
||||
|
||||
- name: Cache SonarQube packages
|
||||
uses: https://github.com/actions/cache@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue