Skip to content

Commit

Permalink
feat: bump hashicorp vault action
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed Feb 6, 2024
1 parent 5a79d65 commit 1cc6abb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Import secrets from Vault
id: import_secrets
uses: hashicorp/vault-action@v2.4.1
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.basedosdados.org
token: ${{ secrets.VAULT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Import secrets from Vault
id: import_secrets
uses: hashicorp/vault-action@v2.4.1
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.basedosdados.org
token: ${{ secrets.VAULT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Import secrets from Vault
id: import_secrets
uses: hashicorp/vault-action@v2.4.1
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.basedosdados.org
token: ${{ secrets.VAULT_TOKEN }}
Expand Down

0 comments on commit 1cc6abb

Please sign in to comment.