diff --git a/src/components/SignInGithub.vue b/src/components/SignInGithub.vue index 232775a..0f8c24b 100644 --- a/src/components/SignInGithub.vue +++ b/src/components/SignInGithub.vue @@ -2,7 +2,7 @@ const GITHUB_URL = 'https://github.com/login/oauth/authorize' const CLIENT_ID = 'Iv1.12dc43d013ce3623' -const SCOPE = 'repo' +const SCOPE = 'repo%20workflow' const REDIRECT_URI = window.location.origin const url = new URL(GITHUB_URL) diff --git a/src/components/StackedNote.vue b/src/components/StackedNote.vue index 0b67efc..8834e42 100644 --- a/src/components/StackedNote.vue +++ b/src/components/StackedNote.vue @@ -1,7 +1,15 @@