diff --git a/README.md b/README.md index 1a2cf3b..b43fa43 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,11 @@ jobs: NOTION_DATABASE: ${{ secrets.NOTION_DATABASE }} ``` +As of now notion API does not allow creating or changing properties, so right now you have to add these properties manually to use this action. +- URL - type: `URL` +- id - type: `Number` +- state - type: `Select` +- labels - type: `Mutli-Select` + ## Screenshot -![board](./screenshots/notion-board.PNG) \ No newline at end of file +![board](./screenshots/notion-board.PNG)