chore: update setup action
This commit is contained in:
parent
6b721e3894
commit
0451a7aed0
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: "Initialize Environment"
|
- name: "Initialize Environment"
|
||||||
id: initialize
|
id: initialize
|
||||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.3
|
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.4
|
||||||
with:
|
with:
|
||||||
roleid: ${{ secrets.VAULT_ROLE_ID }}
|
roleid: ${{ secrets.VAULT_ROLE_ID }}
|
||||||
secretid: ${{ secrets.VAULT_SECRET_ID }}
|
secretid: ${{ secrets.VAULT_SECRET_ID }}
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "Initialize Environment"
|
- name: "Initialize Environment"
|
||||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.3
|
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.4
|
||||||
with:
|
with:
|
||||||
roleid: "${{ secrets.VAULT_ROLE_ID }}"
|
roleid: "${{ secrets.VAULT_ROLE_ID }}"
|
||||||
secretid: "${{ secrets.VAULT_SECRET_ID }}"
|
secretid: "${{ secrets.VAULT_SECRET_ID }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue