Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

- name: Github Telegram Notifier
# You may pin to the exact commit or the version.
# uses: EverythingSuckz/github-telegram-notify@11cbbc4c9284459d289584e9da5c24e0bdfc07b9

Check failure on line 3 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
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 }}'