From f8ea2868ffb65ff45d7e2b1b802afcf34db55079 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Fri, 23 Feb 2024 17:56:47 +0100 Subject: [PATCH] Precise token permissions --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index 53b1286..b319ddf 100644 --- a/config.py +++ b/config.py @@ -1 +1,2 @@ +# Need `repository` and `user` `Read` scopes with `All (public, private, and limited)`. TOKEN = 'YOUR_TOKEN' \ No newline at end of file