Skip to content

Commit 171c557

Browse files
docs: clarify that all write-requiring safe outputs need permissions.write (#529)
1 parent c1bf552 commit 171c557

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,10 @@ sees.
204204
```
205205
206206
> [!IMPORTANT]
207-
> If you configure safe outputs that require write access (`create-pull-request`
208-
> or `create-work-item`) but omit `permissions.write`, compilation will fail
207+
> If you configure any safe output that requires write access (e.g.
208+
> `create-pull-request`, `create-work-item`, `add-pr-comment`, `queue-build`,
209+
> `upload-pipeline-artifact`, and others — see the [Safe Outputs](#safe-outputs)
210+
> table for the full list) but omit `permissions.write`, compilation will fail
209211
> with a clear error. This is a safety check — write operations must always
210212
> have an explicitly configured credential.
211213

0 commit comments

Comments
 (0)