.gitea/workflows/prod.yml aktualisiert
This commit is contained in:
parent
126395746e
commit
80d7a7ef0d
@ -33,12 +33,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||||
token: ${{ secrets.TG_TOKEN }}
|
token: ${{ secrets.TG_TOKEN }}
|
||||||
|
- name: Telegram notification
|
||||||
- name: Discord notification
|
uses: actions/telegram-action@main
|
||||||
uses: https://github.com/PingChunChung/actions-discord-notifier@main
|
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}
|
chat_id: ${{ secrets.SZ_CHAT_ID }}
|
||||||
|
token: ${{ secrets.TG_TOKEN }}
|
||||||
|
|
||||||
test-build:
|
test-build:
|
||||||
if: gitea.repository == 'gcg/schuelerzeitung'
|
if: gitea.repository == 'gcg/schuelerzeitung'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user