From 051ee77a2f54b4289569c716465d219250d8935a Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" <925062+jancborchardt@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:44:47 +0200 Subject: [PATCH] fix: Add note that repo scope is needed to preview private repo links, fix #160 Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com> --- src/components/PersonalSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PersonalSettings.vue b/src/components/PersonalSettings.vue index 80faf6e..f5ddc0b 100644 --- a/src/components/PersonalSettings.vue +++ b/src/components/PersonalSettings.vue @@ -34,7 +34,7 @@ {{ t('integration_github', 'You can manually provide a personal access token or connect via OAuth ') }} - {{ t('integration_github', 'When you create a personal access token yourself, give it at least "read:user", "user:email" and "notifications" permissions.') }} + {{ t('integration_github', 'When you create a personal access token yourself, give it at least "read:user", "user:email" and "notifications" permissions. To also preview private repository links, add the "repo" scope.') }} {{ t('integration_github', 'GitHub personal access tokens') }}