Skip to content

Merge pull request #2 from akrulec/patch-1 #63

Merge pull request #2 from akrulec/patch-1

Merge pull request #2 from akrulec/patch-1 #63

Workflow file for this run

on:
push:
branches:
- main
jobs:
push_markdown_job:
runs-on: ubuntu-latest
name: Push Markdown to Notion
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Push markdown
uses: ./
id: push_markdown
with:
notion-token: ${{ secrets.NOTION_TOKEN }}