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
|
||||
|
||||
- name: Telegram Relayer Channel Notification
|
||||
uses: appleboy/telegram-action@master
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_RELAYER_CHAT_ID }}
|
||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
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`.
|
||||
uses: appleboy/telegram-action@master
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_RELAYER_CHAT_ID }}
|
||||
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
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`.
|
||||
|
||||
❗️Please update your sidechains nodes ❗️
|
||||
DO NOT TOUCH MAINNET AND NOVA RELAYERS.
|
||||
debug: true
|
||||
format: markdown
|
||||
❗️Please update your sidechains nodes ❗️
|
||||
DO NOT TOUCH MAINNET AND NOVA RELAYERS.
|
||||
debug: true
|
||||
format: markdown
|
||||
|
||||
- name: Discord Relayer Channel Notification
|
||||
env:
|
||||
@ -83,10 +83,10 @@ jobs:
|
||||
uses: Ilshidur/action-discord@master
|
||||
with:
|
||||
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 ❗️
|
||||
DO NOT TOUCH MAINNET AND NOVA RELAYERS.
|
||||
❗️Please update your sidechains nodes ❗️
|
||||
DO NOT TOUCH MAINNET AND NOVA RELAYERS.
|
||||
|
||||
- name: Telegram Failure Notification
|
||||
uses: appleboy/telegram-action@master
|
||||
|
Loading…
Reference in New Issue
Block a user