webhook embed in release action
This commit is contained in:
@@ -87,3 +87,15 @@ jobs:
|
||||
env:
|
||||
NODE_OPTIONS: '--experimental-fetch'
|
||||
|
||||
- name: Announce Release
|
||||
uses: tsickert/discord-webhook@v7.0.0
|
||||
with:
|
||||
webhook-url: ${{ secrets.WEBHOOK_URL }}
|
||||
content: "New Beta Release"
|
||||
username: "Spearhead Release Bot"
|
||||
#TODO: avatar-url spearhead avatar
|
||||
thread-id: 1538520488442331227
|
||||
embed-title: "Spearhead Release Beta"
|
||||
embed-color: 3093247
|
||||
embed-description:
|
||||
${{ steps.release_notes.outputs.body }}
|
||||
|
||||
Reference in New Issue
Block a user