Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
697ec7898f | ||
|
|
5f172b99df | ||
|
|
0da57eba32 | ||
|
|
5e61081d3b | ||
|
|
f87529a58c |
12
.github/workflows/discord.yml
vendored
Normal file
12
.github/workflows/discord.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
github-releases-to-discord:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Notify Discord
|
||||
uses: SethCohen/github-releases-to-discord@master
|
||||
with:
|
||||
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
||||
Reference in New Issue
Block a user