You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,6 @@ This repository is a template for creating GitHub Agentic Workflows. Agentic wor
9
9
10
10
GitHub Agentic Workflows require specific tokens to authenticate with various services. GitHub Actions always provides `GITHUB_TOKEN` automatically, but for advanced features like Copilot workflows, you'll need to configure additional tokens.
11
11
12
-
### Quick Start: Tokens You Need to Configure
13
-
14
-
Create these repository secrets based on what features you need:
15
-
16
-
| When you need this... | Secret to create | Notes |
| Assigning agents/bots to issues or pull requests |`GH_AW_AGENT_TOKEN`| Used by `assign-to-agent` and Copilot assignee/reviewer flows |
21
-
| Any GitHub Projects v2 operations |`GH_AW_PROJECT_GITHUB_TOKEN`|**Required** for `update-project`. Default `GITHUB_TOKEN` cannot access Projects v2 API |
22
-
| Isolating MCP server permissions (advanced optional) |`GH_AW_GITHUB_MCP_SERVER_TOKEN`| Only if you want MCP to use a different token than other jobs |
23
-
24
12
### Step-by-Step: Configuring Tokens for Copilot
25
13
26
14
Follow these steps to set up GitHub Copilot in your agentic workflows:
@@ -53,6 +41,18 @@ If you need additional capabilities, add these tokens as repository secrets foll
53
41
-**For agent assignment operations**: Create a secret named `GH_AW_AGENT_TOKEN`
54
42
-**For GitHub Projects v2 operations**: Create a secret named `GH_AW_PROJECT_GITHUB_TOKEN`
55
43
44
+
### Quick Start: Tokens You Need to Configure
45
+
46
+
Create these repository secrets based on what features you need:
47
+
48
+
| When you need this... | Secret to create | Notes |
| Assigning agents/bots to issues or pull requests |`GH_AW_AGENT_TOKEN`| Used by `assign-to-agent` and Copilot assignee/reviewer flows |
53
+
| Any GitHub Projects v2 operations |`GH_AW_PROJECT_GITHUB_TOKEN`|**Required** for `update-project`. Default `GITHUB_TOKEN` cannot access Projects v2 API |
54
+
| Isolating MCP server permissions (advanced optional) |`GH_AW_GITHUB_MCP_SERVER_TOKEN`| Only if you want MCP to use a different token than other jobs |
0 commit comments