5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-08 23:56:55 +00:00

change example to vault-action@v2

so we don't have to keep remembering to update the version tag in the
readme.
This commit is contained in:
Theron Voran 2022-10-26 11:26:02 -07:00
parent 32d00a142f
commit 3b78bec97c
No known key found for this signature in database

View file

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