mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-15 10:33:45 +00:00
v2.0.1
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
This commit is contained in:
parent
418bb4b40b
commit
d1948f2ae5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# ...
|
# ...
|
||||||
- name: Import Secrets
|
- name: Import Secrets
|
||||||
uses: hashicorp/vault-action@v2.0.0
|
uses: hashicorp/vault-action@v2.0.1
|
||||||
with:
|
with:
|
||||||
url: https://vault.mycompany.com:8200
|
url: https://vault.mycompany.com:8200
|
||||||
token: ${{ secrets.VaultToken }}
|
token: ${{ secrets.VaultToken }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue