Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Panuchi authored Jul 9, 2023
1 parent 981bcdb commit 092f3b6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
- name: Send Telegram notification
uses: appleboy/telegram-action@master
with:
to: '402295722'
token: '6347791580:AAHifoaYKSI3vDyRaF0deCeTcFFcEiTrz3s'
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: 'html'
disable_web_page_preview: true
message: |
Expand All @@ -105,5 +105,3 @@ jobs:
<b>Build queued by: ${{ github.triggering_actor }}</b>
https://github.com/${{ github.repository }}/commit/${{github.sha}}

0 comments on commit 092f3b6

Please sign in to comment.