diff --git a/docs/src/content/docs/guides/campaigns/getting-started.mdx b/docs/src/content/docs/guides/campaigns/getting-started.mdx index a4b926b4ddb..6a456264592 100644 --- a/docs/src/content/docs/guides/campaigns/getting-started.mdx +++ b/docs/src/content/docs/guides/campaigns/getting-started.mdx @@ -41,13 +41,19 @@ imports: Your campaign instructions here... ``` -2. **Set up authentication** for project access: - -```bash -gh aw secrets set GH_AW_PROJECT_GITHUB_TOKEN --value "YOUR_PROJECT_TOKEN" -``` - -See [GitHub Projects V2 Tokens](/gh-aw/reference/tokens/#gh_aw_project_github_token-github-projects-v2) for token setup. +2. **Set up authentication**: + + - For project access: + ```bash + gh aw secrets set GH_AW_PROJECT_GITHUB_TOKEN --value "YOUR_PROJECT_TOKEN" + ``` + See [GitHub Projects V2 Tokens](/gh-aw/reference/tokens/#gh_aw_project_github_token-github-projects-v2) for token setup. + + - For assigning work to Copilot (if your campaign uses `assignees: copilot` or `assign-to-agent` safe outputs): + ```bash + gh aw secrets set GH_AW_AGENT_TOKEN --value "YOUR_AGENT_TOKEN" + ``` + See [Agent Assignment Tokens](/gh-aw/reference/tokens/#gh_aw_agent_token-agent-assignment) for token setup. 3. **Compile and deploy**: