Remove GitLab Forge from Woodpecker CI

This commit is contained in:
exu 2023-09-27 19:26:12 +02:00
parent 81fbf84967
commit c0dca1fd16

View File

@ -87,17 +87,6 @@ A simple workaround is adding an override rule in OPNsense under `Services > Unb
> [Helpful Reddit post](https://www.reddit.com/r/OPNsenseFirewall/comments/lrmtsz/a_potential_dns_rebind_attack/)
#### GitLab
Add these environment variables to enable GitLab in Woodpecker.
```sh
-e WOODPECKER_GITLAB=true \
-e WOODPECKER_GITLAB_URL=https://(gitlab url) \
-e WOODPECKER_GITLAB_CLIENT=(oauth client id) \
-e WOODPECKER_GITLAB_SECRET=(oauth client secret) \
```
### Application agent
> [Official Documentation](https://woodpecker-ci.org/docs/administration/agent-config)