diff --git a/README.md b/README.md index 67dc5afb360287312aa206cca043677e352ad647..7e20308dc84d501daf45b90aa7ef9e7bfd0d3fd9 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ Repository for common Gitlab CI rules to replease PHP Composer pacakges. # Usage -- Make sure that the Package Repository is enabled for the project +- Make sure that the Package Repository is enabled for the project - Set up an Access Token for the project (PHP Composer Repository does not support Deploy Tokens yet) * In the project setting, Create an Access Token with api, read_registry, write_registry permissions - * Save the value of the token as a project variable called ```REGISTRY_TOKEN``` + * [Save](https://git.autistici.org/noblogs/theme-bp-default/-/settings/ci_cd) the value of the token as a project variable called ```REGISTRY_TOKEN``` - Set up a project's *.gitlab-ci.yml* file with this include rule: ```yaml include: "https://git.autistici.org/noblogs/composer-publish/raw/master/common.yml" -``` \ No newline at end of file +```