我创建了一个GitHub Webhook函数,将Function URL
和GitHub Secret
复制并粘贴到我在GitHub中创建的WebHook的GitHub上,并且我一直收到以下错误。
{"Message":"The WebHook signature provided by the 'X-Hub-Signature' header
field does not match the value expected by the 'GitHubWebHookReceiver'
receiver. WebHook request is invalid."}
任何想法我做错了什么?
答案 0 :(得分:2)
好的,事实证明,“开发”页面中的GitHub Secret
与“管理”页面上的_master
键中的Admin Keys (All Functions)
键相匹配。
当我使用default
中的Function Keys
密钥时,它开始工作了。通过那些听起来像我实际想要使用的键的部分的名称,也许门户网站在GitHub Secret字段中显示错误的部分。
不确定这是答案还是解决方法。