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 e9e0690 commit 58d9d91Copy full SHA for 58d9d91
.github/workflows/github-releases-to-discord.yml
@@ -0,0 +1,15 @@
1
+on:
2
+ release:
3
+ types: [published]
4
+jobs:
5
+ github-releases-to-discord:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Checkout
9
+ uses: actions/checkout@v3
10
+ - name: Github Releases To Discord
11
+ uses: SethCohen/github-releases-to-discord@v1.13.1
12
+ with:
13
+ webhook_url: ${{ secrets.RELEASE_TO_DISCORD_WEBHOOK_URL }}
14
+ avatar_url: 'https://cdn.discordapp.com/avatars/1297059323314176051/df91181b3f1cf0ef1592fbe18e0962d7.webp?size=160'
15
+ reduce_headings: true
0 commit comments