Skip to content

Commit

Permalink
chore: turn off talisman for ephemeral environments in ci (#24627)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored Jul 19, 2023
1 parent 5878c11 commit 1a97245
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ecs-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@
"value": "8080"
},
{
"name": "SUPERSET_SECRET_KEY",
"value": "super-secret-for-ephemerals"
"name": "SUPERSET_SECRET_KEY",
"value": "super-secret-for-ephemerals"
},
{
"name": "TALISMAN_ENABLED",
"value": "False"
}
],
"mountPoints": [],
Expand Down

0 comments on commit 1a97245

Please sign in to comment.