diff --git a/.dagger/env/docs/plan/main.cue b/.dagger/env/docs/plan/main.cue index d3e07a73..38e530e0 100644 --- a/.dagger/env/docs/plan/main.cue +++ b/.dagger/env/docs/plan/main.cue @@ -16,7 +16,7 @@ docs: yarn.#Package & { buildDir: "website/build" env: { OAUTH_ENABLE: "true" - REACT_APP_OAUTH_SCOPE: "read:user" + REACT_APP_OAUTH_SCOPE: "user:email" REACT_APP_GITHUB_AUTHORIZE_URI: "https://github.com/login/oauth/authorize?client_id=${REACT_APP_CLIENT_ID}&scope=${REACT_APP_OAUTH_SCOPE}&allow_signup=false" REACT_APP_DAGGER_SITE_URI: "https://dagger.io" REACT_APP_API_PROXY_ENABLE: "true"