Skip to content

Cloudflare Worker that monitors specified GitHub repositories for new releases and sends notifications to a designated Discord channel

Notifications You must be signed in to change notification settings

sikka-software/cf-releases-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Get Started

  1. Update wrangler.toml
  • Replace the worker name in line 1
  • Replace YOUR_DISCORD_WEBHOOK_URL with your Discord Webhook URL in wrangler.toml file.
  • Replace YOUR_KV_HERE with the KV id optained from Cloudflare KV Namespace
  1. Update src/index.js
  • Update the WATCHING array to include list of repos to be notified about. In the form of username/repo or org/repo

About

Cloudflare Worker that monitors specified GitHub repositories for new releases and sends notifications to a designated Discord channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages