Skip to content

Commit faca5d7

Browse files
mnriemCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2cf2bd3 commit faca5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each entry in the `providers` array has the following fields:
3434
3535
| Field | Required | Description |
3636
|---|---|---|
37-
| `hosts` | Yes | Array of hostnames this entry applies to. Supports wildcards (e.g. `*.visualstudio.com`). |
37+
| `hosts` | Yes | Array of hostnames this entry applies to. Supports exact hostnames, or a leading `*.` wildcard for subdomains only (for example, `*.visualstudio.com`). `*.visualstudio.com` matches `foo.visualstudio.com`, but not `visualstudio.com`. Other glob patterns such as `*github.com` or `gith?b.com` are not supported. |
3838
| `provider` | Yes | Built-in provider key: `github` or `azure-devops`. |
3939
| `auth` | Yes | Auth scheme (see below). |
4040
| `token` | No | Token value (inline). Use `token_env` instead when possible. |

0 commit comments

Comments
 (0)