elekram
elekram2y ago

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
ioB
ioB2y ago
Sorry, could you clarify? a package should not be listening for a webhook? I may misunderstand the question
elekram
elekram2y ago
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
ioB
ioB2y ago
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
elekram
elekram2y ago
That's what it has
ioB
ioB2y ago
if you changed the module_name at the end of the webhook link, it would publish to a different module
elekram
elekram2y ago
Okay, that's what has happened And what I figured
ioB
ioB2y ago
👍
elekram
elekram2y ago
How long approximately does a change take to hit Deno's site?
ioB
ioB2y ago
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
elekram
elekram2y ago
Interesting. It still hasn't appeared