Hi,
So we have a drone environment at work and I need to migrate a rather ugly webhook call from gitlab-ci.
The hook includes a token which should be sent in the body.
Thou when I try below example, it’s just blank.
…
template:
from_secret: my_webhook_secret
…
Anyone else successfully added a secret to the template of the webhook plugin?