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