Skip to content

Commit e567049

Browse files
authored
Update readme.md
1 parent 866e57b commit e567049

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This action will scan all of the Github repositories available to the provided t
66

77
First, you need to have an integration access token - which you can get from https://www.notion.so/my-integrations after creating an integration. Give the integration a friendly name like 'Github Actions'.
88

9-
By default integrations cant access any contentm so you you *must* share your database with the integration you created earlier to be able to access it!
9+
By default integrations cant access any content so you you *must* share your database (or the parent page / tree it is contained within) with the integration you created earlier to be able to access it.
1010

1111
## Notion Database
1212

@@ -62,7 +62,7 @@ jobs:
6262

6363
```
6464

65-
To get the database ID, simply browse to it, click on the '...' in Notion, and get a 'Copy link'. The GUID at the end of the URL is the id, this works on both embedded and full page databases.
65+
To get the database ID, simply browse to it, click on the '...' in Notion, and get a 'Copy link'. The GUID at the end of the URL (but before the `?v=`) is the id, this works on both embedded and full page databases.
6666

6767
## Development
6868

0 commit comments

Comments
 (0)