5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 10:03:46 +00:00
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
This commit is contained in:
Benjamin Rumble 2020-09-22 11:50:40 -05:00 committed by GitHub
parent 418bb4b40b
commit d1948f2ae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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