Skip to content

Commit 07a1ca9

Browse files
docs: address three onboarding feedback issues (#40291)
1 parent fc48f76 commit 07a1ca9

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import WorkflowHero from '../../components/WorkflowHero.astro';
2424

2525
<WorkflowHero />
2626

27-
Wake up to ready-to-review repository improvements-automated triage, CI insights, docs updates, and test enhancements from simple markdown workflows.
27+
Wake up to ready-to-review repository improvementsautomated triage, CI insights, docs updates, and test enhancements from simple markdown workflows.
2828

2929
GitHub Agentic Workflows deliver this: repository automation, running the coding agents you know and love, in GitHub Actions, with strong guardrails and security-first design principles.
3030

docs/src/content/docs/setup/quick-start.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The wizard generates a compiled workflow file (`.lock.yml`) automatically — yo
7676

7777
> [!NOTE]
7878
> **Setting up `COPILOT_GITHUB_TOKEN`?**
79-
> 1. [Create a fine-grained PAT](https://github.com/settings/personal-access-tokens/new) under your user account.
79+
> 1. [Create a fine-grained Personal Access Token (PAT)](https://github.com/settings/personal-access-tokens/new) under your user account.
8080
> 2. Under **Permissions → Account permissions**, set **Copilot Requests** to **Read**, then generate the token.
8181
> 3. Add it as a repository secret from your repository root with `gh secret set COPILOT_GITHUB_TOKEN < /path/to/token.txt`, or use the GitHub UI. See [Authentication](/gh-aw/reference/auth/#copilot_github_token) for more detail.
8282
>
@@ -94,6 +94,13 @@ The wizard generates a compiled workflow file (`.lock.yml`) automatically — yo
9494

9595
An automated workflow run can take 2-3 minutes.
9696

97+
To watch the run while it's in flight:
98+
99+
- **From the browser**: open the **Actions** tab of your repository and select the most recent workflow run.
100+
- **From the CLI**: run `gh aw status` to list workflow state, or `gh run watch` to stream the latest run.
101+
102+
When the run succeeds, a new issue titled with "Daily Repo Report" appears in the **Issues** tab of your repository. If the run fails, open the run from the **Actions** tab to view step logs and error output.
103+
97104
Once your initial run is complete, a new issue will be created in your repository with a "Daily Repo Report". The report will be automatically generated and will analyze:
98105

99106
- Recent repository activity (issues, PRs, discussions, releases, code changes)

0 commit comments

Comments
 (0)