Skip to content

Commit 71e0501

Browse files
author
Sisyphus Agent
committed
v0.15.3: fix missing GITHUB_APP_SCOPES export
1 parent 7a1f2e3 commit 71e0501

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "copilot-api",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"keywords": [
55
"proxy",
66
"github-copilot",

src/lib/api-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ export const githubHeaders = (state: State) => ({
5151
export const GITHUB_BASE_URL = "https://github.com"
5252
export const GITHUB_CLIENT_ID =
5353
process.env.GITHUB_CLIENT_ID || "Ov23liV9UpD7Rnfnskm3"
54+
export const GITHUB_APP_SCOPES = ["user:email"].join(" ")

0 commit comments

Comments
 (0)