From ec7ea224c1f1f16de5aa8f69b9bb02b73151c8cb Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:59:40 +0100 Subject: [PATCH] fixed env name --- .github/workflows/deploy_testnet.yml | 2 +- .github/workflows/deploy_testnet_api.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_testnet.yml b/.github/workflows/deploy_testnet.yml index a28a9a8..aec2066 100644 --- a/.github/workflows/deploy_testnet.yml +++ b/.github/workflows/deploy_testnet.yml @@ -66,7 +66,7 @@ jobs: actions: write env: AWS_REGION: '${{ secrets.AWS_REGION }}' - AWS_TESTNET: '${{ secrets.AWS_ARN }}' + AWS_TESTNET: '${{ secrets.AWS_TESTNET }}' steps: - name: checkout ecs repo uses: actions/checkout@v4 diff --git a/.github/workflows/deploy_testnet_api.yml b/.github/workflows/deploy_testnet_api.yml index acefe5c..d0d785f 100644 --- a/.github/workflows/deploy_testnet_api.yml +++ b/.github/workflows/deploy_testnet_api.yml @@ -67,7 +67,7 @@ jobs: id-token: write actions: write env: - AWS_TESTNET: '${{ secrets.AWS_ARN }}' + AWS_TESTNET: '${{ secrets.AWS_TESTNET }}' AWS_REGION: '${{ secrets.AWS_REGION }}' steps: - name: checkout ecs repo