Skip to content

Commit

Permalink
doc: doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Sep 18, 2021
1 parent 39feb31 commit 0542f75
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Notion Board
- [Introduction](#introduction)
- [Inputs](#inputs)
- [Usage](#usage)
- [Set up Notion Board](#set-up-notion-board)
- [Screenshot](#screenshot)

## Introduction
Expand Down Expand Up @@ -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.

<details>
<summary>🚀 <b>Manually trigger the action to complete setup</b>.</summary>
<br>
<img src="./screenshots/workflow_dispatch.PNG" width="400" />
</details>




## Screenshot
Expand Down
Binary file added screenshots/workflow_dispatch.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0542f75

Please sign in to comment.