From ebde552a637034e485e05716f865a145626ca82f Mon Sep 17 00:00:00 2001 From: cliftonc Date: Sat, 18 Dec 2021 09:07:13 +0100 Subject: [PATCH] Update readme --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 62028ac..cc8f94b 100644 --- a/readme.md +++ b/readme.md @@ -4,9 +4,9 @@ This action allows you to specify an existing database in your Notion account th Typically used alongside https://github.com/mikepenz/release-changelog-builder-action -## Notion token +## Notion integration and token -You need to have set `env.NOTION_TOKEN` - which you can get from https://www.notion.so/my-integrations after creating an integration. +You need to have an integration access token - which you can get from https://www.notion.so/my-integrations after creating an integration. ## Notion Database @@ -16,6 +16,8 @@ Name: text Date: date Tags: tags +Note that you *must* share your database with the integration you created earlier to be able to access it! + It can look like this: Screenshot 2021-12-18 at 08 55 42