You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/scenario-ci.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ on:
27
27
type: string
28
28
default: empty-sandbox
29
29
ci_lease_email:
30
-
description: Email associated with the lease. Must be an existing ISB user (ISB API returns 500 if user not found). Default uses an existing operator; for long-term, create a dedicated CI user via `isb create-user`.
30
+
description: Email associated with the lease. Must be an existing ISB user (ISB API returns 500 if user not found). Created via `isb create-user --firstname=NDX --lastname=CI-Bot --email=ci-bot@ndx-try.local --preapproved`.
0 commit comments