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
I'm using Deployer (https://github.com/REBELinBLUE/deployer) which starts a deployment using Gitea's webhooks when some commits are pushed on the master branch.
It used to work quite fine but something broke lately. Then I realized that the Gitea webhook payload is:
I didn't see X-Github-Delivery nor X-Github-Event before today. I think these headers have been added recently to the payload?
The deployer now thinks that the webhook is coming out of Github and is therefore doing some special treatments for Github instead of using the Gitea driver.
The deployer checks the presence of the Gogs* or the Github* or the Gitlab*, ... headers and loads the appropriate driver.
Description
I'm using Deployer (https://github.com/REBELinBLUE/deployer) which starts a deployment using Gitea's webhooks when some commits are pushed on the master branch.
It used to work quite fine but something broke lately. Then I realized that the Gitea webhook payload is:
I didn't see
X-Github-Delivery
norX-Github-Event
before today. I think these headers have been added recently to the payload?The deployer now thinks that the webhook is coming out of Github and is therefore doing some special treatments for Github instead of using the Gitea driver.
The deployer checks the presence of the Gogs* or the Github* or the Gitlab*, ... headers and loads the appropriate driver.
Is there a reason of this?
Thanks
REBELinBLUE/deployer#334
Screenshots
If this issue involves the Web Interface, please include a screenshot
The text was updated successfully, but these errors were encountered: