diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..3bec558 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,9 @@ + - name: Github Telegram Notifier + # You may pin to the exact commit or the version. + # uses: EverythingSuckz/github-telegram-notify@11cbbc4c9284459d289584e9da5c24e0bdfc07b9 + uses: EverythingSuckz/github-telegram-notify@v1.1.2 + with: + # A bot token for sending the github commit updates to a chat. You may create one my sending `/newbot` to [@BotFather](https://telegram.dog/BotFather) + bot_token: '${{ secrets.TELEGRAM_NOTIFIER_TOKEN }}' + chat_id: '${{ secrets.CHAT_ID }}' +