From d549b40234da744598e0467fa9e4302012fc225c Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Mon, 25 Sep 2023 03:13:10 +0100 Subject: [PATCH 1/2] chore: add `repo` scope to token login --- src/routes/LoginWithToken.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/LoginWithToken.tsx b/src/routes/LoginWithToken.tsx index ab1659368..46d2fd631 100644 --- a/src/routes/LoginWithToken.tsx +++ b/src/routes/LoginWithToken.tsx @@ -65,7 +65,7 @@ export const LoginWithToken: React.FC = () => { className="underline hover:text-gray-500 dark:hover:text-gray-300 cursor-pointer" onClick={() => openLink( - 'https://github.com/settings/tokens/new?scopes=notifications,read:user&description=gitify_token' + 'https://github.com/settings/tokens/new?scopes=notifications,read:user,repo&description=gitify_token' ) } > From fd8e3b0189740886f4c2683faf3078d5af8db198 Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Tue, 26 Sep 2023 00:34:12 +0100 Subject: [PATCH 2/2] chore: re-add `repo` scope to token login --- src/routes/LoginWithToken.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/LoginWithToken.tsx b/src/routes/LoginWithToken.tsx index 56429ebd7..b93365041 100644 --- a/src/routes/LoginWithToken.tsx +++ b/src/routes/LoginWithToken.tsx @@ -65,7 +65,7 @@ export const LoginWithToken: React.FC = () => { className="underline hover:text-gray-500 dark:hover:text-gray-300 cursor-pointer" onClick={() => openLink( - 'https://github.com/settings/tokens/new?scopes=notifications,read:user&description=gitify_token', + 'https://github.com/settings/tokens/new?scopes=notifications,read:user,repo&description=gitify_token', ) } >