Try adding the discord webhook

This commit is contained in:
Luke Robles 2024-11-10 21:29:43 -08:00
parent 5862806913
commit 2c32981aaf

View File

@ -74,7 +74,9 @@ jobs:
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
steps:
if: github.event_name != 'pull_request'
- name: Post status to discord
uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}