Skip to content

feat(docs): add security best practices #11

feat(docs): add security best practices

feat(docs): add security best practices #11

Workflow file for this run

name: Pull request
on:
pull_request:
types: [opened, reopened]
jobs:
build:
name: Telegram
runs-on: ubuntu-latest
steps:
- name: Send telegram message on push
uses: appleboy/[email protected]
continue-on-error: true
with:
to: ${{ secrets.TELEGRAM_ISSUE_CHAT_ID }}
token: ${{ secrets.TELEGRAM_ISSUE_TOKEN }}
format: Markdown
# this might go wrong, because `title` can have arbitrary markdown
message: |
🍰 [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }})
🌲 ${{ github.repository }}
👤 ${{ github.actor }}
🔀 ${{ github.event.pull_request.base.label }} <- ${{ github.event.pull_request.head.label }}