We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8da47 commit 4e4492cCopy full SHA for 4e4492c
.github/workflows/github-releases-to-discord.yml
@@ -0,0 +1,23 @@
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
+ with:
14
+ webhook_url: ${{ secrets.WEBHOOK_URL }}
15
+ color: "2105893"
16
+ username: "Release Changelog"
17
+ avatar_url: "https://example.com/avatar.png"
18
+ content: "||@everyone||"
19
+ footer_title: "Release Notification"
20
+ footer_icon_url: "https://example.com/footer-icon.png"
21
+ footer_timestamp: true
22
+ max_description: '4096'
23
+ reduce_headings: true
0 commit comments