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
(cherry picked from commit 1a97245)
  • Loading branch information
eschutho authored and michael-s-molina committed Jul 20, 2023
1 parent 9191956 commit 1625fe4
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 1625fe4

Please sign in to comment.