We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44527de commit a25f127Copy full SHA for a25f127
.github/workflows/announce-discord.yml
@@ -0,0 +1,21 @@
1
+---
2
+"on":
3
+ release:
4
+ types: [published]
5
+
6
+jobs:
7
+ github-releases-to-discord:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout
11
+ uses: actions/checkout@v3
12
+ - name: Github Releases To Discord
13
+ uses: SethCohen/[email protected]
14
+ with:
15
+ webhook_url: ${{ secrets.DISCORD_ANNOUNCEMENT_WEBHOOK }}
16
+ color: "2105893"
17
+ username: "GitHub"
18
+ avatar_url: "https://cdn.discordapp.com/avatars/1161539752152010772/bd191bb555f01bd4f328efe9fb4cda2f.png"
19
+ footer_title: "Changelog"
20
+ footer_icon_url: "https://cdn.discordapp.com/avatars/1161539752152010772/bd191bb555f01bd4f328efe9fb4cda2f.png"
21
+ footer_timestamp: true
0 commit comments