Skip to content

Commit 2d33695

Browse files
Copilotpelikhan
andauthored
feat(07d): add guided model-access verification task via Agents tab (#1723)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent f5d7999 commit 2d33695

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

workshop/07d-confirm-model-access.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,31 @@ Open `daily-report-status.md` and confirm it matches the method you selected:
6767
| Organization centralized billing | Present | None |
6868
| Personal billing | Removed | `COPILOT_GITHUB_TOKEN` |
6969

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+
7085
## ✅ Checkpoint
7186

7287
- [ ] I confirmed the first workflow uses GitHub Copilot
7388
- [ ] I chose organization centralized billing or personal billing
7489
- [ ] I completed the matching authentication guide
7590
- [ ] My source and compiled lock file use the selected method
7691
- [ ] Both workflow files are committed to `main`
92+
- [ ] I opened the Agents tab and sent a test prompt
93+
- [ ] I received a response from the model
94+
- [ ] I confirmed no billing or authentication errors appeared
7795
- [ ] I am ready for [Run and Watch Your Workflow](08-run-your-workflow.md)
7896

7997
<!-- journey: all -->

0 commit comments

Comments
 (0)