5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16: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:
Prakash Manglanathan 2022-04-07 19:42:18 -04:00 committed by GitHub
parent 4679f8aa3c
commit 4aed62f922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
steps: steps:
# ... # ...
- name: Import Secrets - name: Import Secrets
uses: hashicorp/vault-action@v2.3.1 uses: hashicorp/vault-action@v2.4.0
with: with:
url: https://vault.mycompany.com:8200 url: https://vault.mycompany.com:8200
token: ${{ secrets.VAULT_TOKEN }} token: ${{ secrets.VAULT_TOKEN }}