Skip to content

Commit 5bceee2

Browse files
Update registry/coder-labs/modules/copilot/README.md
Co-authored-by: Atif Ali <[email protected]>
1 parent c96194e commit 5bceee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/copilot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "copilot" {
2020
```
2121

2222
> [!IMPORTANT]
23-
> This example assumes you have [Coder external authentication](https://coder.com/docs/admin/external-auth) configured with `id = "github"`. If not, you can provide a direct token using the `github_token` variable.
23+
> This example assumes you have [Coder external authentication](https://coder.com/docs/admin/external-auth) configured with `id = "github"`. If not, you can provide a direct token using the `github_token` variable or provide the correct external authentication id for GitHub by setting `external_auth_id = "my-github"`.
2424
2525
> [!NOTE]
2626
> By default, this module is configured to run the embedded chat interface as a path-based application. In production, we recommend that you configure a [wildcard access URL](https://coder.com/docs/admin/setup#wildcard-access-url) and set `subdomain = true`. See [here](https://coder.com/docs/tutorials/best-practices/security-best-practices#disable-path-based-apps) for more details.

0 commit comments

Comments
 (0)