test action
test python / Python ${{ matrix.python-version }} sample (pypy3) (push) Failing after 3s Details
test python / Python ${{ matrix.python-version }} sample (3.12) (push) Successful in 5s Details

This commit is contained in:
sergey 2024-09-25 00:30:25 +03:00
parent f5886dc774
commit 04d3e66581
1 changed files with 4 additions and 2 deletions

View File

@ -25,5 +25,7 @@ jobs:
TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }}
- name: Print secret and variables
run: python tg-bot-app/main.py
run: |
echo "TGBOT_CONFIG__TG__TOKEN: ${{ secrets.TGBOT_CONFIG__TG__TOKEN }}"
echo "TGBOT_CONFIG__ZBX__TOKEN: ${{ secrets.TGBOT_CONFIG__ZBX__TOKEN }}"
echo "TGBOT_CONFIG__ZBX__URL: ${{ secrets.TGBOT_CONFIG__ZBX__URL }}"