Try adding the discord webhook
All checks were successful
Build and push / changes (push) Successful in 30s
Build and push / Lint-Python (push) Has been skipped
Build and push / Build-and-Push-Docker (push) Has been skipped
Build and push / sync-argocd-app (push) Has been skipped
Build and push / post-status-to-discord (push) Has been skipped

This commit is contained in:
Luke Robles 2024-11-10 21:33:06 -08:00
parent e6a1b3569b
commit 63e248c3f0

View File

@ -76,8 +76,8 @@ jobs:
needs: [changes, Build-and-Push-Docker]
if: ${{ needs.changes.outputs.python_files == 'true' }}
steps:
if: github.event_name != 'pull_request'
- name: Post status to discord
if: github.event_name != 'pull_request'
uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}