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: docs/template-markers.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -444,9 +444,9 @@ If `permissions.write` is not configured, this marker is replaced with an empty
444
444
445
445
## {{ executor_ado_env }}
446
446
447
-
Generates environment variable entries for the Stage 3 executor step when `permissions.write` is configured. Sets `SYSTEM_ACCESSTOKEN` to the write service connection token (`SC_WRITE_TOKEN`).
447
+
Generates the complete `env:` block (including the `env:` key) for the Stage 3 executor step when `permissions.write` is configured. Sets `SYSTEM_ACCESSTOKEN` to the write service connection token (`SC_WRITE_TOKEN`).
448
448
449
-
If `permissions.write` is not configured, this marker is replaced with an empty string. Note: `System.AccessToken`is never used directly — all ADO tokens come from explicitly configured service connections.
449
+
If `permissions.write` is not configured, this marker is replaced with an empty string so that no `env:` block is emitted at all. Note: `System.AccessToken`is never used directly — all ADO tokens come from explicitly configured service connections.
0 commit comments