ci: Document access token permissions needed for uploading images

New, finer-grained permissions are now supported in GitLab.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-05-14 16:26:12 +01:00
parent e89f41d3bf
commit 57ed909857

View File

@ -15,7 +15,8 @@ GitLab CI jobs run in a Docker image, defined here. To update that image
registry
* If you use 2-factor authentication on your GNOME GitLab account, you'll
need to [create a personal access token][pat] and use that rather than
your normal password
your normal password — the token should have `read_registry` and
`write_registry` permissions
1. Edit `.gitlab-ci.yml` (in the root of this repository) to use your new
image