We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c735c commit c17df18Copy full SHA for c17df18
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Import Secrets
37
if: runner.os == 'Linux'
38
id: secrets
39
- uses: hashicorp/vault-action@v3.0.0
+ uses: hashicorp/vault-action@v3.3.0
40
with:
41
url: ${{ secrets.VAULT_ADDR }}
42
method: approle
0 commit comments