Skip to content

Commit

Permalink
change example to vault-action@v2 (#391)
Browse files Browse the repository at this point in the history
so we don't have to keep remembering to update the version tag in the
readme.
  • Loading branch information
tvoran authored Oct 26, 2022
1 parent 32d00a1 commit 1f8e723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
# ...
- name: Import Secrets
uses: hashicorp/vault-action@v2.4.0
uses: hashicorp/vault-action@v2
with:
url: https://vault.mycompany.com:8200
token: ${{ secrets.VAULT_TOKEN }}
Expand Down

0 comments on commit 1f8e723

Please sign in to comment.