Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
spalen0 committed Aug 7, 2024
1 parent 203c230 commit a3ffdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aave-bad-debt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- '*'
env:
DEBT_THRESHOLD_RATIO: "0"
BAD_DEBT_TELEGRAM_TOKEN: ${{ secrets.BAD_DEBT_TELEGRAM_TOKEN }}
BAD_DEBT_TELEGRAM_CHAT_ID: ${{ secrets.BAD_DEBT_TELEGRAM_CHAT_ID }}
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}

jobs:
my_job:
Expand Down

0 comments on commit a3ffdb6

Please sign in to comment.