Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/hashic…
Browse files Browse the repository at this point in the history
…orp/vault-action-3.0.0'
  • Loading branch information
dhess committed Apr 9, 2024
2 parents cb737d0 + 9cb2e2d commit a90152d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]

- name: Import secrets from Vault
uses: hashicorp/vault-action@v2.7.4
uses: hashicorp/vault-action@v3.0.0
id: secrets
with:
url: https://vault.hackworth-corp.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: pnpm build-storybook

- name: Import secrets from Vault
uses: hashicorp/vault-action@v2.7.4
uses: hashicorp/vault-action@v3.0.0
id: secrets
with:
url: https://vault.hackworth-corp.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-backend-to-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Import secrets from Vault
uses: hashicorp/vault-action@v2.7.4
uses: hashicorp/vault-action@v3.0.0
id: secrets
with:
url: https://vault.hackworth-corp.com
Expand Down

0 comments on commit a90152d

Please sign in to comment.