From 26ebab48cb4bc6b5765c6c17c721740d276b5e56 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Sun, 13 Apr 2025 23:25:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager) --- README.md | 9 ++++++++- setup.py | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c240f9..c575d3d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,14 @@ When such an issue is found, it: 3. Runs tests and code quality checks. 4. Creates a pull request with the solution. -## Example Usage +## Usage + +An application token must be supplied for the `gitea_token` secret. This must +have the following permissions: + +- `read:issue`: To be able to read issues on the specified repository. +- `write:repository`: To be able to create pull requests. +- `read:user`: Needed to iterate all user's repositories. ### Command Line diff --git a/setup.py b/setup.py index 3aff15c..f565d42 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,14 @@ When such an issue is found, it: 3. Runs tests and code quality checks. 4. Creates a pull request with the solution. -## Example Usage +## Usage + +An application token must be supplied for the `gitea_token` secret. This must +have the following permissions: + +- `read:issue`: To be able to read issues on the specified repository. +- `write:repository`: To be able to create pull requests. +- `read:user`: Needed to iterate all user's repositories. ### Command Line