|
8 | 8 |
|
9 | 9 | ## 🎯 What You'll Do |
10 | 10 |
|
11 | | -You'll choose the [billing](https://github.github.com/gh-aw/reference/billing/) and authentication method for the first workflow, configure it, and confirm the source and lock files agree before you continue to [Step 8](08-run-your-workflow.md). |
| 11 | +You'll verify Copilot model access with a quick test, then choose the [billing](https://github.github.com/gh-aw/reference/billing/) and authentication method for the first workflow, configure it, and confirm the source and lock files agree before you continue to [Step 8](08-run-your-workflow.md). |
| 12 | + |
| 13 | +## Verify model access with a test prompt |
| 14 | + |
| 15 | +Before configuring billing, confirm Copilot is reachable from this repository. |
| 16 | +Catching an access problem here saves debugging time in the billing steps and in Step 8. |
| 17 | + |
| 18 | +1. Open the **Agents** tab in your repository on GitHub.com. |
| 19 | +2. Send the following prompt: |
| 20 | + |
| 21 | + ``` |
| 22 | + What is GitHub Actions? Reply in one sentence. |
| 23 | + ``` |
| 24 | + |
| 25 | +3. Confirm you receive a reply. Any response means the model is accessible. |
| 26 | +4. If you see an error, check [github.com/settings/copilot](https://github.com/settings/copilot) to confirm Copilot is enabled on your account, then return here. |
| 27 | + |
| 28 | +> [!IMPORTANT] |
| 29 | +> Do not continue if you received an error instead of a response. Fix the access issue now — model-access errors will cause Step 8 to fail and are much harder to diagnose mid-run. Check [github.com/settings/copilot](https://github.com/settings/copilot) first, then see [Side Quest: Configure GitHub Copilot for Agentic Workflows](side-quest-06-03-copilot-token.md) if the problem persists. |
12 | 30 |
|
13 | 31 | ## Confirm the workflow engine |
14 | 32 |
|
@@ -67,34 +85,16 @@ Open `daily-report-status.md` and confirm it matches the method you selected: |
67 | 85 | | Organization centralized billing | Present | None | |
68 | 86 | | Personal billing | Removed | `COPILOT_GITHUB_TOKEN` | |
69 | 87 |
|
70 | | -## Verify model access with a test prompt |
71 | | - |
72 | | -Before proceeding, send a quick test to confirm Copilot is reachable from this repository. |
73 | | -Catching a billing or authentication problem here saves debugging time in Step 8. |
74 | | - |
75 | | -1. Open the **Agents** tab in your repository on GitHub.com. |
76 | | -2. Send the following prompt: |
77 | | - |
78 | | - ``` |
79 | | - What is GitHub Actions? Reply in one sentence. |
80 | | - ``` |
81 | | - |
82 | | -3. Confirm you receive a reply. Any response means the model is accessible. |
83 | | -4. If you see an error, revisit the billing path above before continuing. |
84 | | - |
85 | | -> [!IMPORTANT] |
86 | | -> Do not continue to Step 8 if you received an error instead of a response. Fix the billing or authentication issue now — model-access errors will cause Step 8 to fail and are much harder to diagnose mid-run. |
87 | | -
|
88 | 88 | ## ✅ Checkpoint |
89 | 89 |
|
| 90 | +- [ ] I opened the Agents tab and sent a test prompt |
| 91 | +- [ ] I received a response from the model |
| 92 | +- [ ] I confirmed no access errors appeared |
90 | 93 | - [ ] I confirmed the first workflow uses GitHub Copilot |
91 | 94 | - [ ] I chose organization centralized billing or personal billing |
92 | 95 | - [ ] I completed the matching authentication guide |
93 | 96 | - [ ] My source and compiled lock file use the selected method |
94 | 97 | - [ ] Both workflow files are committed to `main` |
95 | | -- [ ] I opened the Agents tab and sent a test prompt |
96 | | -- [ ] I received a response from the model |
97 | | -- [ ] I confirmed no billing or authentication errors appeared |
98 | 98 | - [ ] I am ready for [Run and Watch Your Workflow](08-run-your-workflow.md) |
99 | 99 |
|
100 | 100 | <!-- journey: all --> |
|
0 commit comments