test action
This commit is contained in:
parent
e221823d7d
commit
f5886dc774
|
@ -23,6 +23,7 @@ jobs:
|
|||
TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }}
|
||||
TGBOT_CONFIG__ZBX__TOKEN: ${{ secrets.TGBOT_CONFIG__ZBX__TOKEN }}
|
||||
TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }}
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: pip install -r requirements.txt
|
||||
- run: python tg-bot-app/main.py
|
||||
|
||||
- name: Print secret and variables
|
||||
|
||||
run: python tg-bot-app/main.py
|
||||
|
|
Loading…
Reference in New Issue