document wiki-replica token better (wiki-replica#3) authored by anarcat's avatar anarcat
......@@ -199,7 +199,11 @@ Wiki and use the [repository mirror feature](https://gitlab.torproject.org/help/
into a separate project.
1. in the Wiki project, head for the **Settings: Access Tokens** page
and create a new Developer token with `write_repository` access
and create a new token:
- name: `wiki-replica`
- expiration date: removed
- role: `Developer`
- scopes: `write_repository`
2. optionally, create a new project for the wiki, for example called
[`wiki-replica`](https://gitlab.torproject.org/tpo/tpa/wiki-replica/). you can also use the same project as the wiki
......
......