Skip to content
Merged
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
5 changes: 4 additions & 1 deletion docs/src/content/docs/engines/copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ GitHub Agentic Workflows (`gh-aw`) uses GitHub Copilot as its default AI engine.

## Selection and authentication

Set `engine: copilot` or omit `engine:` because Copilot is the default. For organization-billed usage, grant [`copilot-requests: write`](/gh-aw/reference/auth/#copilot-requests-write-permission); otherwise provide a [`COPILOT_GITHUB_TOKEN`](/gh-aw/reference/auth/#copilot_github_token) secret containing a fine-grained PAT with Copilot Requests access.
Set `engine: copilot` or omit `engine:` because Copilot is the default. Authenticate Copilot in one of these ways:

- For organization-billed usage, grant [`copilot-requests: write`](/gh-aw/reference/auth/#copilot-requests-write-permission).
- Otherwise, provide a [`COPILOT_GITHUB_TOKEN`](/gh-aw/reference/auth/#copilot_github_token) secret containing a fine-grained PAT with Copilot Requests access.

### Initialize the repository

Expand Down
Loading