Skip to content

Commit 5044f64

Browse files
committed
fix : <trading-bot.yml> adding the heartbeat discord key webhook to the env for the github actions in order to use it for printing bot status
1 parent 7f8ba93 commit 5044f64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/trading-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: 🤖 Exécution du bot
4040
env:
4141
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
42+
DISCORD_HEARTBEAT_WEBHOOK_URL: ${{ secrets.DISCORD_HEARTBEAT_WEBHOOK_URL }}
4243
SYMBOL: 'BTC/USDT'
4344
TIMEFRAME: '5m'
4445
SEND_HEARTBEAT: 'true'

0 commit comments

Comments
 (0)