Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit fee39e8

Browse files
Reducing the authentication scope requested by GitHub for Unity
1 parent 506939b commit fee39e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octorun/src/authentication.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var octokitWrapper = require("./octokit");
44

55
var twoFactorRegex = new RegExp("must specify two-factor authentication otp code", "gi");
66

7-
var scopes = ["user", "repo", "gist", "write:public_key"];
7+
var scopes = ["user", "repo"];
88

99
var handleAuthentication = function (username, password, onSuccess, onFailure, twoFactor) {
1010
if (!config.clientId || !config.clientSecret) {

0 commit comments

Comments
 (0)