chore: updated workflow action

This commit is contained in:
SethCohen
2022-08-24 00:33:19 -04:00
parent d9fc7b4fe2
commit 90120c3a9d
+4 -1
View File
@@ -1,7 +1,7 @@
on:
release:
types: [published]
name: github-release-to-discord
jobs:
github-release-to-discord:
runs-on: ubuntu-latest
@@ -13,3 +13,6 @@ jobs:
id: release
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
colour: "7766090"
username: "tes"
avatar_url: "https://i.imgur.com/UPbV3Nx.png"