Skip to content

Test with secrets

Test with secrets #6

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- '**.md'
- 'fastlane/**'
pull_request:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send Telegram Message
uses: cbrgm/telegram-github-action@v1
with:
token: ${{ secrets.TELEGRAM_TOKEN }}
to: ${{ secrets.TELEGRAM_CHAT_ID }}
message: "New commit pushed to repository"