Skip to content

Commit 7e6f343

Browse files
authored
Surface Copilot model access verification in Step 1 to prevent Step 7 access failures (#1350)
1 parent 145f22e commit 7e6f343

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

workshop/01-prerequisites.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Complete these checks before you continue:
5151
- [ ] If you chose a local terminal path, `gh --version` reports [GitHub CLI](side-quest-01-02-environment-reference.md#github-cli-) 2.40+
5252
- [ ] If you chose a local terminal path, `git --version` works
5353
- [ ] If you're on GHEC, GHES, or EMU, you reviewed [Side Quest: Enterprise Setup Considerations](side-quest-enterprise-setup.md) and confirmed your environment is ready
54+
- [ ] Open [github.com/settings/copilot](https://github.com/settings/copilot) and confirm both **Copilot is enabled** and **Models: available**
5455

5556
## 🔀 Choose Your Setup Path
5657

@@ -97,6 +98,18 @@ Need extra help before Step 2?
9798
- [Side Quest: Terminal Basics](side-quest-01-01-terminal-basics.md)
9899
- [Side Quest: Environment Reference](side-quest-01-02-environment-reference.md)
99100

101+
### Verify AI engine access
102+
103+
Open [github.com/settings/copilot](https://github.com/settings/copilot) and confirm both show:
104+
105+
- **Copilot is enabled**
106+
- **Models: available**
107+
108+
Claude, Codex, or Gemini? Confirm your API key.
109+
110+
> [!IMPORTANT]
111+
> Complete this check now — Step 7 will not work without it.
112+
100113
### Continue to your path file
101114

102115
Continue with exactly one of these paths:
@@ -111,6 +124,7 @@ Continue with exactly one of these paths:
111124
- [ ] You can sign in to GitHub with the account you'll use for the workshop
112125
- [ ] You chose one path: Codespace (02a), Local (02b), or GitHub UI (03b)
113126
- [ ] If using Local (02b), `gh` CLI 2.40+ and Git are available
127+
- [ ] You confirmed Copilot is enabled and Models: available at [github.com/settings/copilot](https://github.com/settings/copilot)
114128
- [ ] You know which file you will open next
115129

116130
**Next:** Open your selected path file now — [Adventure A](02a-setup-codespace.md), [Adventure B](02b-setup-local.md), or [Step 3b](03b-create-your-repo-ui.md).

workshop/07-your-first-workflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You'll create `.github/workflows/daily-report-status.md`, a small workflow that
1111
- Completed [Step 6: Install the gh-aw CLI Extension](06-install-gh-aw.md)
1212
- The `gh aw` command is available in your terminal (or you'll use the GitHub UI path)
1313
- If you are using Terminal or Copilot paths, `gh aw init` has been run and pushed in your practice repository
14+
- If you skipped the Copilot access check in Step 1, complete [Step 7d: Confirm Model Access](07d-confirm-model-access.md) before choosing your path.
1415

1516
## Choose Your Path
1617

0 commit comments

Comments
 (0)