Update to v2.3.1 (#242)

This commit is contained in:
Theron Voran 2021-08-23 08:36:01 -07:00 committed by GitHub
parent f3e4110f8d
commit d5a69ceca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

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