Skip to content

Commit e119fd5

Browse files
author
RobertGroot
committed
Added CI git token to runner
1 parent f043d4e commit e119fd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ In `composer.json` add:
2626

2727
`composer require xolvio/laravel-data-openapi-generator:dev-main`
2828

29+
If there is a GitLab Runner involved, make sure to add this to the job that runs `composer i`:
30+
31+
```yml
32+
before_script:
33+
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.com/".insteadOf "[email protected]:"
34+
```
35+
2936
# Optional
3037
3138
## Version

0 commit comments

Comments
 (0)