From b35ef16370cff756f075ead744da1b1236a27e1f Mon Sep 17 00:00:00 2001 From: Benjamin Rumble <40612612+benjaminrumble-tc@users.noreply.github.com> Date: Tue, 22 Sep 2020 12:44:55 -0500 Subject: [PATCH] specify version (#122) * 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.``` * v2.0.1 Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9f6841..5296333 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ jobs: steps: # ... - name: Import Secrets - uses: hashicorp/vault-action + uses: hashicorp/vault-action@v2.0.1 with: url: https://vault.mycompany.com:8200 token: ${{ secrets.VaultToken }}