From 586280691379c4b4228f7dbe4f81492f5af00b2f Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 10 Nov 2024 21:27:51 -0800 Subject: [PATCH] Try adding the discord webhook --- .gitea/workflows/build-and-push.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 8a2b2f3b..72b6e405 100755 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -72,3 +72,9 @@ jobs: version: 2.6.7 command: app options: --insecure --server 192.168.1.205 --auth-token ${{ secrets.ARGOCD_TOKEN }} set dragon-bot --helm-set image.tag=${{ gitea.run_id }} + + post-status-to-discord: + - uses: sarisia/actions-status-discord@v1 + if: github.event_name != 'pull_request' + with: + webhook: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file