Skip to content

perf: helpers.crypt func: base64_url_decode use regex instead of re… #29

perf: helpers.crypt func: base64_url_decode use regex instead of re…

perf: helpers.crypt func: base64_url_decode use regex instead of re… #29

Workflow file for this run

name: Notify on Telegram
on: [push, fork, pull_request, release]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify the commit on Telegram
uses: Itz-fork/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'