Update to v2.3.0 (#231)

This commit is contained in:
Theron Voran 2021-06-23 14:03:57 -07:00 committed by GitHub
parent b6210c5a51
commit 0451f06f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 9 deletions

View file

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