Skip to content

Commit 0842881

Browse files
committed
fix: packages scope per OAuth
1 parent eed55f2 commit 0842881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/fastaccess/ui/modules/login/LoginPresenter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class LoginPresenter internal constructor() : BasePresenter<LoginMvp.View>(), Lo
8686
.appendPath("authorize")
8787
.appendQueryParameter("client_id", clientId)
8888
.appendQueryParameter("redirect_uri", redirectUrl)
89-
.appendQueryParameter("scope", "user,repo,gist,notifications,read:org,workflow")
89+
.appendQueryParameter("scope", "user,repo,gist,notifications,read:org,workflow,read:packages")
9090
.appendQueryParameter("state", BuildConfig.GITHUB_APP_ID)
9191
.build()
9292

0 commit comments

Comments
 (0)