Skip to content

Commit d4ca610

Browse files
authored
Send message to discord with workflow status
1 parent 52f784e commit d4ca610

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ jobs:
9797
hakchi_gui/bin/hakchi2-ce-${{ env.displayVersion }}-portable.zip
9898
env:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100+
101+
- uses: sarisia/actions-status-discord@v1
102+
if: always()
103+
with:
104+
webhook: ${{ secrets.DISCORD_WORKFLOW_STATUS_WEBHOOK }}

0 commit comments

Comments
 (0)