Skip to content

Commit 793f631

Browse files
authored
Merge pull request #61 from github-copilot-resources/chore/update-needed-PAT-permissions
chore: Update GitHub Personal Access Token scopes in .env and README
2 parents 8599a13 + 06804e1 commit 793f631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ VUE_APP_GITHUB_ORG=octodemo
1111
VUE_APP_GITHUB_ENT=
1212

1313
# Determines the GitHub Personal Access Token to use for API calls.
14-
# Create with scopes copilot, manage_billing:copilot, admin:enterprise, or manage_billing:enterprise, read:enterprise AND read:org
14+
# Create with scopes copilot, manage_billing:copilot or manage_billing:enterprise, read:enterprise AND read:org
1515
VUE_APP_GITHUB_TOKEN=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To access Copilot metrics from the last 28 days via the API and display actual d
114114
```
115115

116116
#### VUE_APP_GITHUB_TOKEN
117-
Specifies the GitHub Personal Access Token utilized for API requests. Generate this token with the following scopes: _copilot_, _manage_billing:copilot_, _manage_billing:enterprise_, _read:enterprise_, _admin:org_.
117+
Specifies the GitHub Personal Access Token utilized for API requests. Generate this token with the following scopes: _copilot_, _manage_billing:copilot_, _manage_billing:enterprise_, _read:enterprise_, _read:org_.
118118

119119
```
120120
VUE_APP_GITHUB_TOKEN=

0 commit comments

Comments
 (0)