tx-manager conf from env

This commit is contained in:
smart_ex 2022-07-04 17:21:19 +10:00
parent 8649a5d258
commit a4fdadafd7
4 changed files with 14 additions and 11 deletions

View file

@ -20,12 +20,13 @@ jobs:
- run: yarn lint
- name: Telegram Failure Notification
uses: appleboy/telegram-action@master
if: failure()
with:
message: ❗ Build failed for [${{ github.repository }}](https://github.com/${{ github.repository }}/actions) because of ${{ github.actor }}
format: markdown
to: ${{ secrets.TELEGRAM_CHAT_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
# TODO if: failure()
# if: failure()
# with:
# message: ❗ Build failed for [${{ github.repository }}](https://github.com/${{ github.repository }}/actions) because of ${{ github.actor }}
# format: markdown
# to: ${{ secrets.TELEGRAM_CHAT_ID }}
# token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
# TODO: Edit this step
# publish:
# runs-on: ubuntu-latest