Skip to content

Rework branch protections for mature repositories (#13) #20

Rework branch protections for mature repositories (#13)

Rework branch protections for mature repositories (#13) #20

on:
push:
branches:
- trunk
jobs:
push_markdown_job:
runs-on: ubuntu-latest
name: Push Markdown to Notion
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push Markdown to Notion
uses: JoshStern/[email protected]
id: push_markdown
with:
notion-token: ${{ secrets.NOTION_TOKEN }}