I'm trying to setup Pulumi Gitlab integration as described here: https://www.pulumi.com/docs/guides/continuous-delivery/gitlab-app/
I already checked that:
1. Gitlab group name is the same as pulumi organization
2. I have a gitlab identity associated with my pulumi account
3. Gitlab is the identity provider of the organization
When I test the webhook in gitlab UI I receive a 401 error. Where I can debug more that?
l
lemon-agent-27707
01/16/2023, 11:26 PM
What kind of access token were you using to configure the webhook. I believe that you will need to use a personal access token, as that org tokens don't currently work with the gitlab integration.