summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-09-23 23:03:09 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-23 23:03:09 +0900
commitb03b8d23e0cda8b00d0bfb5e76b24c93c2b1544e (patch)
tree3a13181b84f27aaec9687415509739a6c2dda746
parentd759207ff95ef041d95d73915ea1cb01dd6bb902 (diff)
doc: Clarify how to create the Codeberg token for `sync-codeberg-teams'.
* doc/contributing.texi (Teams): Mention needed permissions and provide the page URL. Change-Id: I4ba44379a4ce5df9e987b32f28ebac0c7dc35618
-rw-r--r--doc/contributing.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 66e6f0c682b..6c4423a6900 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -2873,8 +2873,10 @@ Codeberg, a member of the ``Owners'' team can run:
2873@end example 2873@end example
2874 2874
2875@noindent 2875@noindent
2876... where @var{token} is a token created on the Codeberg interface 2876... where @var{token} is a token created via the
2877granting access to the relevant settings. 2877@url{https://codeberg.org/user/settings/applications, Codeberg
2878applications settings page}, granting read/write access to the
2879@samp{organization} permission.
2878 2880
2879@node Making Decisions 2881@node Making Decisions
2880@section Making Decisions 2882@section Making Decisions