Skip to content

Commit

Permalink
chore: update vault action to avoid EAI_ADDR issue
Browse files Browse the repository at this point in the history
Following this node issue nodejs/node#15780
We tried to upgrade vault action to nodejs20 to avoid it
  • Loading branch information
nicolasbriere1 committed Jan 29, 2024
1 parent 1d5bd19 commit 783be2b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Import Secrets
if: inputs.vault_enabled
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-apk-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Import Secrets
id: vault
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ inputs.vault-url }}
role: ${{ inputs.vault-role }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-apk-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Import Secrets
id: vault
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ inputs.vault-url }}
role: ${{ inputs.vault-role }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-bundle-codepush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Import Secrets
id: imported-secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ inputs.vault-url }}
role: ${{ inputs.vault-role }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-image-ghcr-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Import Secrets
id: secrets
if: inputs.vault_enabled
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-upload-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Import Secrets
if: inputs.vault_enabled
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-with-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Import Secrets
if: inputs.vault_enabled
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Import Secrets
if: inputs.vault_enabled
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Import Secrets
if: inputs.vault_enabled
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Import Secrets
if: inputs.vault_enabled
id: secrets
uses: hashicorp/vault-action@v2
uses: hashicorp/vault-action@00bce0da9c4b8be526718f7f5f20a88966f31022
with:
url: ${{ env.VAULT_URL }}
role: ${{ env.VAULT_GITHUB_ACTIONS_ROLE }}
Expand Down

0 comments on commit 783be2b

Please sign in to comment.