Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
test out notion sync feature
  • Loading branch information
suahnkim authored Jun 13, 2024
1 parent d0975ee commit 737313a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push]

jobs:
build-node:
runs-on: ubuntu-latest
name: Sync commits to Notion
steps:
- name: Sync Github Commit to Notion
id: notion-sync-commit
uses: marlisumarli/[email protected]
with:
notion_secret: ${{ secrets.NOTION_SECRET }}
notion_database: ${{ secrets.NOTION_DATABASE }}
branch: ${{ github.ref_name }}

0 comments on commit 737313a

Please sign in to comment.