@@ -17,23 +17,23 @@ type tokenSpec struct {
1717// recommendedTokenSpecs defines the core tokens we surface in tokens.md
1818var recommendedTokenSpecs = []tokenSpec {
1919 {
20- Name : "GH_AW_GITHUB_TOKEN" ,
21- When : "Cross-repo Project Ops / remote GitHub tools" ,
20+ Name : "GH_AW_GITHUB_TOKEN" ,
21+ When : "Cross-repo Project Ops / remote GitHub tools" ,
2222 Description : "Fine-grained or classic PAT with contents/issues/pull-requests read+write on the repos gh-aw will touch." ,
2323 },
2424 {
25- Name : "COPILOT_GITHUB_TOKEN" ,
26- When : "Copilot workflows (CLI, engine, agent tasks, etc.)" ,
25+ Name : "COPILOT_GITHUB_TOKEN" ,
26+ When : "Copilot workflows (CLI, engine, agent tasks, etc.)" ,
2727 Description : "PAT with Copilot Requests permission and repo access where Copilot workflows run." ,
2828 },
2929 {
30- Name : "GH_AW_AGENT_TOKEN" ,
31- When : "Assigning agents/bots to issues or pull requests" ,
30+ Name : "GH_AW_AGENT_TOKEN" ,
31+ When : "Assigning agents/bots to issues or pull requests" ,
3232 Description : "PAT for agent assignment with issues and pull-requests write on the repos where agents act." ,
3333 },
3434 {
35- Name : "GH_AW_GITHUB_MCP_SERVER_TOKEN" ,
36- When : "Isolating MCP server permissions (advanced, optional)" ,
35+ Name : "GH_AW_GITHUB_MCP_SERVER_TOKEN" ,
36+ When : "Isolating MCP server permissions (advanced, optional)" ,
3737 Description : "Optional read-mostly token for the GitHub MCP server when you want different scopes than GH_AW_GITHUB_TOKEN." ,
3838 },
3939}
0 commit comments