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
+95-8Lines changed: 95 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,101 @@ A template to get started with [GitHub Agentic Workflows](https://githubnext.git
4
4
5
5
## Quick Setup
6
6
7
-
To use Copilot in your workflows, configure a GitHub token:
8
-
9
-
1. Create a [Personal Access Token](https://github.com/settings/personal-access-tokens/new) with **Copilot Requests** permission
10
-
2. Add it as a repository secret named `COPILOT_GITHUB_TOKEN`:
11
-
- Go to **Settings** > **Secrets and variables** > **Actions**
12
-
- Click **New repository secret**
13
-
- Name: `COPILOT_GITHUB_TOKEN`
14
-
- Paste your token and click **Add secret**
7
+
To use GitHub Agentic Workflows with Copilot, you need to configure a `COPILOT_GITHUB_TOKEN`. GitHub Actions provides a default `GITHUB_TOKEN` automatically, but it doesn't have the permissions needed for Copilot features.
8
+
9
+
### Setting Up Your Copilot Token
10
+
11
+
#### Step 1: Create the Token
12
+
13
+
-[ ] Go to [GitHub Settings → Personal Access Tokens → Fine-grained tokens](https://github.com/settings/personal-access-tokens/new)
14
+
-[ ] Configure the token:
15
+
-**Token name**: "Copilot Agentic Workflows"
16
+
-**Resource owner**: Your user account
17
+
-**Repository access**: Choose "Public repositories" or select specific repos
0 commit comments