You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
## Notes:
13
13
14
14
- Group Access Tokens (https://docs.gitlab.com/ee/user/group/settings/group_access_tokens.html) are not supported at the moment, only Project Access Tokens (https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html)
15
-
- One Lambda can handle webhooks only for one GitLab Project (repo) , because only one GitLab Access Token is stored in GITLAB_TOKEN
15
+
- One Lambda can handle webhooks for multiple GitLab Projects (repos)
16
16
- GITLAB_TOKEN is a JSON with a list of maps with project id and token. For example:
0 commit comments