From 34e63767e19f05c316baba4c2852abfb69c9e00c Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:21:39 +0100 Subject: [PATCH] added: efs interpolation --- .github/workflows/deploy_mainnet.yml | 1 + .github/workflows/deploy_stage.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy_mainnet.yml b/.github/workflows/deploy_mainnet.yml index cbc95288..68ad7aef 100644 --- a/.github/workflows/deploy_mainnet.yml +++ b/.github/workflows/deploy_mainnet.yml @@ -69,6 +69,7 @@ jobs: awsRegion=${{ env.AWS_REGION }} imageTag=${{ inputs.release_tag }} awsEnv=${{ env.ENVIRONMENT }} + awsEfs=${{ secrets.MAINNET_EFS_1 }} - name: configure aws credentials uses: aws-actions/configure-aws-credentials@v1 diff --git a/.github/workflows/deploy_stage.yml b/.github/workflows/deploy_stage.yml index 7e11d00e..dfdfe07a 100644 --- a/.github/workflows/deploy_stage.yml +++ b/.github/workflows/deploy_stage.yml @@ -80,6 +80,7 @@ jobs: relayerId=${{ matrix.relayer_id }} awsAccountId=${{ env.AWS_STAGE }} awsRegion=${{ env.AWS_REGION }} + awsEfs${{ secrets.DEVNET_EFS_1 }} - name: configure aws credentials uses: aws-actions/configure-aws-credentials@v1