I followed the instructions in the blogpost to move the arduino
snap from build.snapcraft.io to the new snapcraft.io builder. Basically, I changed the webhook url to https://snapcraft.io/arduino/webhook/notify
This doesn’t seem to work, however. I get a 403 as response:
Body
Invalid secret
Headers
Content-Length: 14
Content-Type: text/html; charset=utf-8
Date: Tue, 05 May 2020 21:53:47 GMT
Link: <https://assets.ubuntu.com>; rel=preconnect; crossorigin, <https://assets.ubuntu.com>; rel=preconnect, <https://res.cloudinary.com>; rel=preconnect, <https://dashboard.snapcraft.io>; rel=preconnect
Server: nginx/1.14.0 (Ubuntu)
Strict-Transport-Security: max-age=15724800
X-Hostname: snapcraft-io-7c96967db6-4wdg5
X-Request-Id: 79d5ead228ea92b52864883e4509eb80
X-VCS-Revision: 1588595333-c8ef198
X-View-Name: webapp.publisher.snaps.build_views.publisher_snaps.post_github_webhook
How can I fix this?