chore: turn off talisman for ephemeral environments in ci (#24627)
This commit is contained in:
parent
5878c117f2
commit
1a9724582f
|
|
@ -27,6 +27,10 @@
|
|||
{
|
||||
"name": "SUPERSET_SECRET_KEY",
|
||||
"value": "super-secret-for-ephemerals"
|
||||
},
|
||||
{
|
||||
"name": "TALISMAN_ENABLED",
|
||||
"value": "False"
|
||||
}
|
||||
],
|
||||
"mountPoints": [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue