Skip to content

Commit c6e741e

Browse files
committed
github: add discord webhook into workflow
1 parent e73f75b commit c6e741e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/nexus.yml

+8
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,12 @@ jobs:
112112
coordinates: directory=/
113113
assets: filename=components.xml
114114
filename: ./nexus/components.xml
115+
- name: Discord Webhook Action
116+
uses: tsickert/[email protected]
117+
with:
118+
webhook-url: ${{ secrets.WEBHOOK_URL }}
119+
embed-title: Launcher Dev build deployed
120+
embed-url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
121+
embed-description: "${{ github.event.head_commit.message }}"
122+
embed-thumbnail-url: "https://github.com/FlashpointProject/launcher/blob/master/icons/icon.png?raw=true"
115123

0 commit comments

Comments
 (0)