chore: updated workflow action

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