diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 30371a9a41..2b37d10d28 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -14,6 +14,7 @@ jobs: uses: appleboy/telegram-action@master with: to: ${{ secrets.CHAT_ID }} + token: ${{ secrets.TELEGRAM_TOKEN }} message: "${{ github.event.repository.name }}: the ${{ github.event_name }} '${{ github.event.pull_request.title }}' (#${{ github.event.number }}) was merged.