Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
ci(vault): update hashicorp/vault-action to the latest release (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
annibalsilva authored Jan 23, 2023
1 parent d23ee96 commit 76718a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
steps:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@v2.4.3
with:
url: https://vault-iit.apps.silver.devops.gov.bc.ca
token: ${{ secrets.VAULT_TOKEN }}
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@v2.4.3
with:
url: https://vault-iit.apps.silver.devops.gov.bc.ca
token: ${{ secrets.VAULT_TOKEN }}
Expand Down

0 comments on commit 76718a7

Please sign in to comment.