Skip to content

Commit 0542f75

Browse files
committed
doc: doc update
1 parent 39feb31 commit 0542f75

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Notion Board
1313
- [Introduction](#introduction)
1414
- [Inputs](#inputs)
1515
- [Usage](#usage)
16+
- [Set up Notion Board](#set-up-notion-board)
1617
- [Screenshot](#screenshot)
1718

1819
## Introduction
@@ -51,7 +52,19 @@ Start with [setting up an integration and sharing your Notion database](https://
5152
5253
After setting up your workflow, add your `NOTION_API_KEY` and `NOTION_DATABASE` secrets to your repository.
5354

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>
63+
<br>
64+
<img src="./screenshots/workflow_dispatch.PNG" width="400" />
65+
</details>
66+
67+
5568

5669

5770
## Screenshot

screenshots/workflow_dispatch.PNG

20.8 KB
Loading

0 commit comments

Comments
 (0)