From 86bed2e2e9698d468accaaf19aeb976e67bff1f5 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Tue, 26 Apr 2022 20:35:09 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e733bea..77eb3ec 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ include: file: 'lib/gitlab-ci.yml' ``` -The project including the CI configuration has to provide the variable `CI_ACCESS_TOKEN`. The variable must contain a project access token that can push to commits to your project. +The project that includes the CI configuration has to provide the environment variable `CI_ACCESS_TOKEN`. The variable must contain a project access token that can push commits to your project.