Skip to content

Commit

Permalink
chore: update hashicorp/vault-action action to v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent c4a6d65 commit d2774ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ADD_TO_PROJECT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.4
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NIGHTLY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.4
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PUBLISH_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.4
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.4
with:
url: ${{ secrets.VAULT_ADDR }}
method: approle
Expand Down

0 comments on commit d2774ae

Please sign in to comment.