https://github.com/netfloex/github-release-notifier
Triggers webhooks when a Github repo has a new release
https://github.com/netfloex/github-release-notifier
discord github github-release github-releases notifier webhook webhooks
Last synced: 8 months ago
JSON representation
Triggers webhooks when a Github repo has a new release
- Host: GitHub
- URL: https://github.com/netfloex/github-release-notifier
- Owner: Netfloex
- License: mit
- Created: 2022-07-07T16:27:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T13:10:03.000Z (about 3 years ago)
- Last Synced: 2025-02-16T23:25:35.067Z (11 months ago)
- Topics: discord, github, github-release, github-releases, notifier, webhook, webhooks
- Language: TypeScript
- Homepage: https://hub.docker.com/r/netfloex/github-release-notifier
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github Release Notifier
```yaml
version: "3"
services:
grn:
image: netfloex/github-release-notifier:v1.0.0
container_name: grn
environment:
GITHUB_TOKEN: **
REPOSITORIES: |
Netfloex/Nginx
Netfloex/Spel
DISCORD_WEBHOOKS: https://discord.com/api/webhooks/**
```