Try adding the discord webhook
This commit is contained in:
parent
5862806913
commit
2c32981aaf
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user