Deno Third Party Modules Web Hooks
Is there a way to see the webhook payload URL a package you have
published is listening for?
10 Replies
Sorry, could you clarify?
a package should not be listening for a webhook?
I may misunderstand the question
I've ended up with a package I've published on deno.land/x appearing multiple times
The last update I pushed has appeared as a new package
In GitHub, your repository should have a webhook pointed at
api.deno.land
. It should have the following format:
https://api.deno.land/webhook/gh/module_name
That's what it has
if you changed the
module_name
at the end of the webhook link, it would publish to a different moduleOkay, that's what has happened
And what I figured
👍
How long approximately does a change take to hit Deno's site?
should be pretty much instantaneous
if it’s not, please email them
there is a known caching issue atm
https://discord.com/channels/684898665143206084/989436517518802945/1085256627403358299
Interesting. It still hasn't appeared