I have been trying to add webhook to GitLab in Backstage (From Spotify). What are the steps to be followed. As I'm new to Backstage some guidelines are needed, Thanks in advance.
Tried following the same way as webhook for Github but with no success. Needed steps to add webhook to gitlab in Backstage.
For EX:
- action: github:webhook
id: add-webhook
name: Add Webhook
input:
repoUrl: 'github.com?repo=newreponame&owner=AcmeInc'
webhookUrl: 'https://webhook-handler-service.abc/handle-webhook'
webhookSecret: 'mysupersecretwebhooksecret'