We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb37f9a commit b46ed1fCopy full SHA for b46ed1f
.github/workflows/DEPLOY.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Import Secrets
18
id: secrets # important to refer to it in later steps
19
- uses: hashicorp/vault-action@v2.8.1
+ uses: hashicorp/vault-action@v3.4.0
20
with:
21
url: ${{ secrets.VAULT_ADDR }}
22
method: approle
.github/workflows/RELEASE.yml
@@ -19,7 +19,7 @@ jobs:
id: secrets
23
24
25
0 commit comments