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

specify version

Without specifying `@v2.0.0` GitHub says the string is not the correct format

``` 
The workflow is not valid. .github/workflows/integration_tests.yml (Line: 10, Col: 15): Expected format {org}/{repo}[/path]@ref. Actual 'hashicorp/vault-action',Input string was not in a correct format.```
This commit is contained in:
Benjamin Rumble 2020-09-15 16:06:38 -04:00 committed by GitHub
parent 952d5d48e4
commit 418bb4b40b
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
uses: hashicorp/vault-action@v2.0.0
with:
url: https://vault.mycompany.com:8200
token: ${{ secrets.VaultToken }}