Skip to content

Commit

Permalink
Merge pull request #1638 from diggerhq/docs/repo-allowlist-example
Browse files Browse the repository at this point in the history
Update gitlab-support.mdx
  • Loading branch information
ZIJ authored Jul 25, 2024
2 parents 95c8b65 + 34361b4 commit de53657
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/ee/gitlab-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,7 @@ gitlab should also trigger and also perform a plan. If successful the job will c

You can set `DIGGER_REPO_ALLOW_LIST` env variable on the server to define a whitelist of repositories allowed to trigger Digger workflows in Gitlab. This is needed because unlike GitHub, there's no concept of "apps" in Gitlab to allow granular control of per-repo access.

```
DIGGER_REPO_ALLOW_LIST=gitlab.com/diggerdev/digger-demo,gitlab.com/diggerdev/alsoallowed
```

0 comments on commit de53657

Please sign in to comment.