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