We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fb74e commit 3db5c70Copy full SHA for 3db5c70
projects/repo/toolbox/notifications/send.py
@@ -24,7 +24,7 @@ def send_job_completion_notification(reason, status, github=True, slack=False, d
24
github = False
25
26
# currently hardcoded, because there's no configuration file at this level
27
- SECRET_ENV_KEYS = ("PSAP_ODS_SECRET_PATH", "CRC_MAC_AI_SECRET_PATH")
+ SECRET_ENV_KEYS = ("PSAP_ODS_SECRET_PATH", "CRC_MAC_AI_SECRET_PATH", "CONTAINER_BENCH_SECRET_PATH")
28
29
secret_env_key = None
30
warn = []
0 commit comments