Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ permissions: # optional ADO access token configuration (see do
# Default: executor uses $(System.AccessToken).
# Set this only for cross-org writes or
# named-identity attribution.
# permissions-required: # abstract capability requirements for imported components
# read: true # only valid on components; unioned across imports and consumer;
# write: true # consumer must satisfy `read: true` with a concrete `permissions.read`
# connection (see docs/imports.md#permissions-required)
supply-chain: # optional internal supply-chain mirror (see docs/supply-chain.md)
feed: # mirror binaries (compiler, AWF, ado-script) from an ADO Artifacts feed
name: my-project/my-feed # feed name or project/feed; scalar `feed: my-feed` shorthand also works
Expand Down