We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f5312 commit 543a763Copy full SHA for 543a763
1 file changed
.github/workflows/check-potential-problems.yml
@@ -61,6 +61,6 @@ jobs:
61
uses: yanzay/notify-telegram@v0.1.0
62
if: always()
63
with:
64
- chat: '@brlin_project_ci_results'
+ chat: ${{ vars.telegram_chat_id_ci }}
65
token: ${{ secrets.telegram_bot_api_token_ci }}
66
status: ${{ job.status }}
0 commit comments