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 00a1ff1 commit a23c69fCopy full SHA for a23c69f
.github/workflows/discord-release.yml
@@ -0,0 +1,19 @@
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: ShonP40/github-releases-to-discord@master
13
+ with:
14
+ webhook_url: ${{ secrets.WEBHOOK_URL }}
15
+ color: "14303827"
16
+ content: "||<@&1080980966715179119>||"
17
+ footer_title: "Client Update"
18
+ footer_icon_url: "https://cheatbreaker.net/v/images/logo-108.png"
19
+ footer_timestamp: true
0 commit comments