Conversation
There was a problem hiding this comment.
Pull request overview
Adds documentation media to help users mint GH_AW_PROJECT_GITHUB_TOKEN for organization-owned GitHub Projects (v2).
Changes:
- Embedded a new video walkthrough in the “For Organization-owned Projects (v2)” section of the tokens reference.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| controls | ||
| muted | ||
| playsinline | ||
| poster="/gh-aw/videos/create-pat-org-project.png" |
There was a problem hiding this comment.
poster points to /gh-aw/videos/create-pat-org-project.png, but that file does not exist under docs/public/videos/ (only the .mp4 is present). This will render a broken poster image; either add the PNG asset or omit the poster attribute (or switch to the Video.astro component which auto-derives the poster path when available).
| poster="/gh-aw/videos/create-pat-org-project.png" |
| controls | ||
| muted | ||
| playsinline | ||
| poster="/gh-aw/videos/create-pat-org-project.png" |
There was a problem hiding this comment.
The <video> element here lacks an accessible name (e.g., aria-label) and doesn’t set preload="metadata" like docs/src/components/Video.astro does. Adding those attributes would improve screen reader support and keep loading behavior consistent.
| poster="/gh-aw/videos/create-pat-org-project.png" | |
| poster="/gh-aw/videos/create-pat-org-project.png" | |
| preload="metadata" | |
| aria-label="Creating a fine-grained PAT for organization-owned projects" |
GH_AW_PROJECT_GITHUB_TOKENfor a project owned by an org.