How to refresh GitHub WebHooks access_key without removing/readding repostitory

Hi.
I have the following problem with github integration.
The webhook configured was getting 404 when it ran, so while troubleshooting it I tried to use a different access token (I thought a Drone user token would do) but this gave me ‘invalid signature’ in the logs. I’ve found out that removing and reading the drone repository updates the Webhook access_token, is there a way to refresh the access token without removing and reading the repository ?

Thank you

removing and re-adding is the only way to refresh the hook token at this time

1 Like