Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/src/content/docs/agent-factory-status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ These are experimental agentic workflows used by the GitHub Next team to learn,
| [DeepReport - Intelligence Gathering Agent](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/deep-report.md) | codex | [![DeepReport - Intelligence Gathering Agent](https://github.com/githubnext/gh-aw/actions/workflows/deep-report.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/deep-report.lock.yml) | `0 15 * * 1-5` | - |
| [Delight](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/delight.md) | copilot | [![Delight](https://github.com/githubnext/gh-aw/actions/workflows/delight.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/delight.lock.yml) | - | - |
| [Dependabot Bundler](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-bundler.md) | copilot | [![Dependabot Bundler](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-bundler.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-bundler.lock.yml) | - | - |
| [Dependabot Burner Campaign](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-burner.md) | copilot | [![Dependabot Burner Campaign](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-burner.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-burner.lock.yml) | - | - |
| [Dependabot Dependency Checker](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dependabot-go-checker.md) | copilot | [![Dependabot Dependency Checker](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-go-checker.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dependabot-go-checker.lock.yml) | `0 9 * * 1,3,5` | - |
| [Dev](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dev.md) | copilot | [![Dev](https://github.com/githubnext/gh-aw/actions/workflows/dev.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dev.lock.yml) | - | - |
| [Dev Hawk](https://github.com/githubnext/gh-aw/blob/main/.github/workflows/dev-hawk.md) | copilot | [![Dev Hawk](https://github.com/githubnext/gh-aw/actions/workflows/dev-hawk.lock.yml/badge.svg)](https://github.com/githubnext/gh-aw/actions/workflows/dev-hawk.lock.yml) | - | - |
Expand Down
3 changes: 3 additions & 0 deletions docs/src/content/docs/reference/engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Configuration options: `model` (gpt-5 or claude-sonnet-4), `version` (CLI versio

Create a fine-grained PAT at <https://github.com/settings/personal-access-tokens/new>. Select your user account (not an organization), choose "Public repositories" access, and enable "Copilot Requests" permissions. Then add it to your repository:

> [!NOTE]
> You should leave "Public repositories" enabled; otherwise, you will not have access to the Copilot Requests permission option.

```bash wrap
gh aw secrets set COPILOT_GITHUB_TOKEN --value "<your-github-pat>"
```
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/reference/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ The required token type depends on whether you own the repository or an organiza
1. Create a [fine-grained PAT](https://github.com/settings/personal-access-tokens/new) with:
- **Resource owner**: Your user account
- **Repository access**: "Public repositories" or select specific repos
- **Note**: You should leave "Public repositories" enabled; otherwise, you will not have access to the Copilot Requests permission option.
- **Permissions**:
- Copilot Requests: Read-only (required)

Expand Down
Loading