From 2b48baffd28499da2d5f73a574ac8ad761865c2a Mon Sep 17 00:00:00 2001 From: murilovmachado Date: Thu, 21 Sep 2023 13:19:40 +0100 Subject: [PATCH 1/2] Fix production workflow file (#516) --- .github/workflows/deploy-all-production-accounts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-all-production-accounts.yml b/.github/workflows/deploy-all-production-accounts.yml index 00ec6e0b..391f754a 100644 --- a/.github/workflows/deploy-all-production-accounts.yml +++ b/.github/workflows/deploy-all-production-accounts.yml @@ -44,6 +44,6 @@ jobs: uses: ./.github/workflows/deploy-multiple-accounts.yml secrets: inherit with: - helplines: ${{ needs.configure.outputs.production_helplines }} + helplines: ${{ needs.configure.outputs.target_helplines }} environments: '[ "PROD" ]' From 46d3e145b55ffc941a267857af24ec343730349f Mon Sep 17 00:00:00 2001 From: janorivera Date: Mon, 6 Nov 2023 17:34:49 -0300 Subject: [PATCH 2/2] Bump deploy workflow to use node 18 (#534) Co-authored-by: Stephen Hand --- .github/workflows/deploy-multiple-accounts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-multiple-accounts.yml b/.github/workflows/deploy-multiple-accounts.yml index c06a41c9..f9c2019a 100644 --- a/.github/workflows/deploy-multiple-accounts.yml +++ b/.github/workflows/deploy-multiple-accounts.yml @@ -59,7 +59,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x # Setup credentials to access AWS for parameters - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1