mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
Updated the version in Readme doc. (#303)
The Sample code provided in the readme doesn't work as expected unless the version has been updated to 2.4.0.
This commit is contained in:
parent
4679f8aa3c
commit
4aed62f922
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
steps:
|
||||
# ...
|
||||
- name: Import Secrets
|
||||
uses: hashicorp/vault-action@v2.3.1
|
||||
uses: hashicorp/vault-action@v2.4.0
|
||||
with:
|
||||
url: https://vault.mycompany.com:8200
|
||||
token: ${{ secrets.VAULT_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue