5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 18:13:45 +00:00

Update version in example doc

This commit is contained in:
Jason O'Donnell 2021-05-06 14:21:26 -04:00
parent 0723fd7348
commit 26d8f07fc1

View file

@ -36,7 +36,7 @@ jobs:
steps:
# ...
- name: Import Secrets
uses: hashicorp/vault-action@v2.1.2
uses: hashicorp/vault-action@v2.2.0
with:
url: https://vault.mycompany.com:8200
token: ${{ secrets.VaultToken }}