Skip to content

GitHub actions: Telegram bot #17

GitHub actions: Telegram bot

GitHub actions: Telegram bot #17

Workflow file for this run

name: Notify on Telegram
on:
pull_request:
types: [opened, closed, reopened]
issues:
types: [opened, pinned, closed, reopened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify the commit on Telegram.
uses: appleboy/telegram-action@master
secrets: inherit

Check failure on line 13 in .github/workflows/telegram.yml

View workflow run for this annotation

GitHub Actions / Notify on Telegram

Invalid workflow file

The workflow is not valid. .github/workflows/telegram.yml (Line: 13, Col: 9): Unexpected value 'secrets'
with:
to: ${{ secrets.CHAT_ID }}
token: ${{ secrets.BOT_TOKEN }}