There was an error while loading. Please reload this page.
1 parent 99d154d commit 25a6b8aCopy full SHA for 25a6b8a
1 file changed
.github/workflows/develop.yml
@@ -49,6 +49,6 @@ jobs:
49
id: render-ecs-task-definition
50
uses: aws-actions/amazon-ecs-render-task-definition@v1
51
with:
52
- task-definition-arn: ${{ secrets.ECS_TASK_DEFINITION_ARN }}
+ task-definition-arn: ${{ secrets.AWS_ECS_TASK_DEFINITION_ARN }}
53
image: ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}
54
container-name: analytics-dashboard-ui
0 commit comments