Update to v2.1.2 (#180)

* Update to v2.1.2

* Update index.js
This commit is contained in:
Jason O'Donnell 2021-01-21 14:45:22 -05:00 committed by GitHub
parent ff547e1516
commit 5e5c06a3c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

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