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

bump readme to action v2.1.0

This commit is contained in:
Jon Leemon 2020-11-20 15:43:24 -08:00
parent e5febde8e7
commit 51a3e5464e
No known key found for this signature in database
GPG key ID: 6841E1414EEA439D

View file

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