add additional check for empty pad

This commit is contained in:
Tim Schubert 2022-04-26 22:02:00 +02:00
parent 6423d1dc04
commit e1ecb7dc05
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 18 additions and 13 deletions

View file

@ -8,4 +8,4 @@ include:
file: 'lib/gitlab-ci.yml'
```
The including CI configuration has to provide a `CI_ACCESS_TOKEN` that can push to the repo.
The project including the CI configuration has to provide the variable `CI_ACCESS_TOKEN`. It must contain a project access token that can push to the repo.