diff options
-rw-r--r-- | builds.sr.ht/configuration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builds.sr.ht/configuration.md b/builds.sr.ht/configuration.md index aa14291..9e52038 100644 --- a/builds.sr.ht/configuration.md +++ b/builds.sr.ht/configuration.md @@ -52,7 +52,8 @@ runner if you prefer). They need the following permissions: - **master** should have ownership over the database and full read/write/alter access to all table -- **runner** should have read/write access to the job table and artifact table. +- **runner** should have read/write access to the job table and artifact table, + and read access to the user and secrets tables. If you are running the master and runners on the same server, you will only be able to use one user - the master user. Configure both the web service and build |