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 }}
|
||||
|
||||
post-status-to-discord:
|
||||
- uses: sarisia/actions-status-discord@v1
|
||||
if: github.event_name != 'pull_request'
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
||||
steps:
|
||||
if: github.event_name != 'pull_request'
|
||||
- name: Post status to discord
|
||||
uses: sarisia/actions-status-discord@v1
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
Loading…
x
Reference in New Issue
Block a user