Skip to content

Commit

Permalink
Create issues-notion-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdies committed Jun 23, 2022
1 parent f4b7bd4 commit 3e7abda
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/issues-notion-sync.yml
@@ -0,0 +1,29 @@
name: Notion Sync

on:
workflow_dispatch:
issues:
types:
[
opened,
edited,
labeled,
unlabeled,
assigned,
unassigned,
milestoned,
demilestoned,
reopened,
closed,
]

jobs:
notion_job:
runs-on: ubuntu-latest
name: Add GitHub Issues to Notion
steps:
- name: Add GitHub Issues to Notion
uses: vulcanize/notion-github-action@v1.2.4-issueid
with:
notion-token: ${{ secrets.NOTION_TOKEN }}
notion-db: ${{ secrets.NOTION_DATABASE }}

0 comments on commit 3e7abda

Please sign in to comment.