diff --git a/README.md b/README.md index efb841a..9e15cf8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Notion Board - [Introduction](#introduction) - [Inputs](#inputs) - [Usage](#usage) +- [Set up Notion Board](#set-up-notion-board) - [Screenshot](#screenshot) ## Introduction @@ -51,7 +52,19 @@ Start with [setting up an integration and sharing your Notion database](https:// After setting up your workflow, add your `NOTION_API_KEY` and `NOTION_DATABASE` secrets to your repository. -With the update of [Notion_API](https://developers.notion.com/reference/intro) now you don't have to add **database propoerties**. Head over to your actions tab and run this github action which will setup your notion database. +> 🚩🚩 With the update of [Notion_API](https://developers.notion.com/reference/intro) now you don't have to add **database propoerties**. + +## Set up Notion Board + +Now **Notion Board** uses `workflow_dispatch` to automatically setup your Notion Database creating all the necessary database properties. + +
+🚀 Manually trigger the action to complete setup. +
+ +
+ + ## Screenshot diff --git a/screenshots/workflow_dispatch.PNG b/screenshots/workflow_dispatch.PNG new file mode 100644 index 0000000..6651da0 Binary files /dev/null and b/screenshots/workflow_dispatch.PNG differ