#luiz-webhook-secret
1 messages · Page 1 of 1 (latest)
@worldly rapids The secret property is only returned when you create a WebhookEndpoint. As long as you do that, you will get it in the response
luiz-webhook-secret
Yeah thats the issue, because I create when I push the branch at the first time, but the others push the webhook is already created.
So when I setup all the env variables I need the secret.
The secret only appears on creation. So you need to store it and then pass the secret to wherever you're deploying. No other way really
sure thing!