Skip to content

Commit b2edaa8

Browse files
authored
Merge pull request openSUSE#1931 from dmach/git-obs-quickstart-perms
Update list of recommended gitea permissions in git-obs-quickstart
2 parents 188cd00 + 9d747b7 commit b2edaa8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/git-obs-quickstart.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ Create a Gitea token
2626
- Visit your Gitea user's Applications settings page (Profile picture -> Settings -> Applications):
2727
`https://src.opensuse.org/user/settings/applications <https://src.opensuse.org/user/settings/applications>`_
2828
- Generate a new token with a descriptive name and the necessary permissions.
29-
For typical use, ``read,write`` permissions for ``repository`` and ``user`` should be sufficient.
29+
For typical use, the following permissions should be sufficient:
30+
31+
- issue: read and write
32+
- organization: read
33+
- repository: read and write
34+
- user: read and write
35+
3036
- Once you hit the "Generate Token" button, the page reloads and the token appears in the blue rectangle on top.
3137
This is the only chance to copy it because it will never show up again.
3238

0 commit comments

Comments
 (0)