Skip to content

Use fork on md-to-Notion #8

Use fork on md-to-Notion

Use fork on md-to-Notion #8

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: 2
- name: Push Markdown to Notion
uses: MathieuLamiot/push-md-to-notion@main
id: push_markdown
with:
notion-token: ${{ secrets.NOTION_TOKEN }}