mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-07 20:03:23 +00:00
chore: updated workflow action
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user