We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9962f16 commit f90f427Copy full SHA for f90f427
.github/workflows/github-releases-to-discord.yml
@@ -0,0 +1,22 @@
1
+on:
2
+ release:
3
+ types: [published]
4
+
5
+jobs:
6
+ github-releases-to-discord:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Checkout
10
+ uses: actions/checkout@v3
11
+ - name: Github Releases To Discord
12
+ uses: SethCohen/github-releases-to-discord@v1.13.1
13
+ with:
14
+ webhook_url: ${{ secrets.WEBHOOK_URL }}
15
+ color: "2105893"
16
+ username: "Release Changelog"
17
+ avatar_url: "https://cdn.discordapp.com/icons/816637840644505620/0b14718532d855c452903851b4f0c9a2.png"
18
+ content: "||@everyone||"
19
+ footer_title: "Changelog"
20
+ footer_icon_url: "https://cdn.discordapp.com/icons/816637840644505620/0b14718532d855c452903851b4f0c9a2.png"
21
+ footer_timestamp: true
22
0 commit comments