-
Notifications
You must be signed in to change notification settings - Fork 0
Expand token creation documentation in README #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add token overview table explaining when each token is needed - Add detailed step-by-step instructions for creating Copilot, cross-repo, and Projects tokens - Add instructions for adding tokens using both GitHub UI and CLI - Add CLI helpers section for token management - Add security best practices - Reference comprehensive token documentation from gh-aw Co-authored-by: pelikhan <[email protected]>
README.md
Outdated
| 3. Enter the secret name and paste your token value | ||
| 4. Click **Add secret** | ||
|
|
||
| **Using GitHub Agentic Workflows CLI (Recommended):** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot remove instructions using cli. Only through UI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed all CLI instructions. The README now only includes UI-based steps for adding tokens as repository secrets. (29e75e2)
- Remove CLI-based token addition instructions - Remove "CLI Helpers for Token Management" section - Simplify to UI-only workflow for adding repository secrets - Add clarification to repeat for each token created Co-authored-by: pelikhan <[email protected]>
pelikhan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot document COPILOT_GITHUB_TOKEN first (end to end) then add section on rest of tokens
- Lead with complete COPILOT_GITHUB_TOKEN setup (create + add to repo) - Move other tokens to "Additional Tokens (Advanced)" section - Use collapsible details for advanced token instructions - Emphasize getting started with Copilot quickly - Keep advanced features accessible but not overwhelming Co-authored-by: pelikhan <[email protected]>
Restructured the README to document |
README.md
Outdated
|
|
||
| </details> | ||
|
|
||
| ### Security Best Practices |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot remove section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the Security Best Practices section. (d85add4)
Per feedback, removing the Security Best Practices section from the README to simplify the setup documentation. Co-authored-by: pelikhan <[email protected]>
|
@copilot add checkboxes on todo items |
- Convert all step-by-step instructions to checkbox format - Users can now check off items as they complete each step - Applied to all token creation sections (Copilot, Cross-Repo, Projects, Agent) Co-authored-by: pelikhan <[email protected]>
The README previously had minimal token setup instructions. Users needed to navigate to external documentation to understand token requirements and creation steps.
Changes
Getting started with Copilot: Complete end-to-end setup for
COPILOT_GITHUB_TOKENfirst (token creation + adding to repository) to help users get started quicklyInteractive checklists: All step-by-step instructions use checkboxes (
- [ ]) so users can track their progress as they complete each setup stepAdvanced tokens section: Additional tokens (
GH_AW_GITHUB_TOKEN,GH_AW_PROJECT_GITHUB_TOKEN,GH_AW_AGENT_TOKEN) organized in collapsible sections for users with advanced workflow needsDetailed token creation instructions: Step-by-step guides for each token type with specific permissions required:
UI-only workflow: Simplified token management through GitHub Settings UI (no CLI instructions)
The comprehensive token documentation link remains for advanced use cases.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.