diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 23ad15b1..8d978d81 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -70,7 +70,7 @@ jobs: - name: Replace executionRoleArn in task definition run: | - sed -i "s#\"executionRoleArn\": \"arn:aws:iam::.*:role/ecsTaskExecutionRole\"#\"executionRoleArn\": \"arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ecsTaskExecutionRole\"#" qa-taskdef/qa-credo-service.json + sed -i "s#\"executionRoleArn\": \"arn:aws:iam::.*:role/ecsTaskExecutionRole\"#\"executionRoleArn\": \"arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ecsTaskExecutionRole\"#" taskdef/qa-credo-service.json - name: Update Task Definition and service run: |