Skip to content

Commit 3db5c70

Browse files
committed
[repo] toolbox: notifications: send: include CONTAINER_BENCH_SECRET_PATH in the possible env secret keys
1 parent 66fb74e commit 3db5c70

File tree

1 file changed

+1
-1
lines changed
  • projects/repo/toolbox/notifications

1 file changed

+1
-1
lines changed

projects/repo/toolbox/notifications/send.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def send_job_completion_notification(reason, status, github=True, slack=False, d
2424
github = False
2525

2626
# currently hardcoded, because there's no configuration file at this level
27-
SECRET_ENV_KEYS = ("PSAP_ODS_SECRET_PATH", "CRC_MAC_AI_SECRET_PATH")
27+
SECRET_ENV_KEYS = ("PSAP_ODS_SECRET_PATH", "CRC_MAC_AI_SECRET_PATH", "CONTAINER_BENCH_SECRET_PATH")
2828

2929
secret_env_key = None
3030
warn = []

0 commit comments

Comments
 (0)