From d7254f86072624fe63a56e8469eea49e732bf1e2 Mon Sep 17 00:00:00 2001 From: AnimatedSwine37 Date: Sun, 14 Apr 2024 17:22:24 +1000 Subject: [PATCH] Change auth scope to public repos --- admin/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/config.yml b/admin/config.yml index 1c3dd70..5c3775e 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -1,3 +1,5 @@ +local_backend: true + backend: name: github repo: AnimatedSwine37/persona-modding-docs @@ -5,6 +7,7 @@ backend: base_url: http://ec2-13-54-217-203.ap-southeast-2.compute.amazonaws.com squash_merges: true open_authoring: true + auth_scope: public_repo media_folder: /assets/images publish_mode: editorial_workflow