You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Notion Board
13
13
-[Introduction](#introduction)
14
14
-[Inputs](#inputs)
15
15
-[Usage](#usage)
16
+
-[Set up Notion Board](#set-up-notion-board)
16
17
-[Screenshot](#screenshot)
17
18
18
19
## Introduction
@@ -51,7 +52,19 @@ Start with [setting up an integration and sharing your Notion database](https://
51
52
52
53
After setting up your workflow, add your `NOTION_API_KEY` and `NOTION_DATABASE` secrets to your repository.
53
54
54
-
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.
55
+
> 🚩🚩 With the update of [Notion_API](https://developers.notion.com/reference/intro) now you don't have to add **database propoerties**.
56
+
57
+
## Set up Notion Board
58
+
59
+
Now **Notion Board** uses `workflow_dispatch` to automatically setup your Notion Database creating all the necessary database properties.
60
+
61
+
<details>
62
+
<summary>🚀 <b>Manually trigger the action to complete setup</b>.</summary>
0 commit comments