fix: workflow
This commit is contained in:
parent
692ab64d49
commit
220a71fe09
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
@ -65,17 +65,17 @@ jobs:
|
|||||||
format: markdown
|
format: markdown
|
||||||
|
|
||||||
- name: Telegram Relayer Channel Notification
|
- name: Telegram Relayer Channel Notification
|
||||||
uses: appleboy/telegram-action@master
|
uses: appleboy/telegram-action@master
|
||||||
with:
|
with:
|
||||||
to: ${{ secrets.TELEGRAM_RELAYER_CHAT_ID }}
|
to: ${{ secrets.TELEGRAM_RELAYER_CHAT_ID }}
|
||||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
message: |
|
message: |
|
||||||
🚀 Published a new version of the sidechains relayer node service to docker hub: `tornadocash/relayer:v${{ steps.vars.outputs.version }}` and `tornadocash/relayer:light`.
|
🚀 Published a new version of the sidechains relayer node service to docker hub: `tornadocash/relayer:v${{ steps.vars.outputs.version }}` and `tornadocash/relayer:light`.
|
||||||
|
|
||||||
❗️Please update your sidechains nodes ❗️
|
❗️Please update your sidechains nodes ❗️
|
||||||
DO NOT TOUCH MAINNET AND NOVA RELAYERS.
|
DO NOT TOUCH MAINNET AND NOVA RELAYERS.
|
||||||
debug: true
|
debug: true
|
||||||
format: markdown
|
format: markdown
|
||||||
|
|
||||||
- name: Discord Relayer Channel Notification
|
- name: Discord Relayer Channel Notification
|
||||||
env:
|
env:
|
||||||
@ -83,10 +83,10 @@ jobs:
|
|||||||
uses: Ilshidur/action-discord@master
|
uses: Ilshidur/action-discord@master
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
🚀 Published a new version of the sidechains relayer node service to docker hub: `tornadocash/relayer:v${{ steps.vars.outputs.version }}` and `tornadocash/relayer:light`.
|
🚀 Published a new version of the sidechains relayer node service to docker hub: `tornadocash/relayer:v${{ steps.vars.outputs.version }}` and `tornadocash/relayer:light`.
|
||||||
|
|
||||||
❗️Please update your sidechains nodes ❗️
|
❗️Please update your sidechains nodes ❗️
|
||||||
DO NOT TOUCH MAINNET AND NOVA RELAYERS.
|
DO NOT TOUCH MAINNET AND NOVA RELAYERS.
|
||||||
|
|
||||||
- name: Telegram Failure Notification
|
- name: Telegram Failure Notification
|
||||||
uses: appleboy/telegram-action@master
|
uses: appleboy/telegram-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user