File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments