Try adding the discord webhook

This commit is contained in:
Luke Robles 2024-11-10 21:27:51 -08:00
parent 9d4e682cf9
commit 5862806913

View File

@ -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 }}