Try adding the discord webhook
All checks were successful
Build and push / changes (push) Successful in 3s
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
All checks were successful
Build and push / changes (push) Successful in 3s
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
Try adding the discord webhook Try adding the discord webhook Try adding the discord webhook Try adding the discord webhook
This commit is contained in:
parent
9d4e682cf9
commit
6ec5af336e
@ -72,3 +72,12 @@ jobs:
|
|||||||
version: 2.6.7
|
version: 2.6.7
|
||||||
command: app
|
command: app
|
||||||
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:
|
||||||
|
needs: [changes, Build-and-Push-Docker]
|
||||||
|
if: ${{ needs.changes.outputs.python_files == 'true' }}
|
||||||
|
steps:
|
||||||
|
- name: Post status to discord
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
|
uses: sarisia/actions-status-discord@v1
|
||||||
|
with:
|
||||||
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user