Skip to content

Commit 467bcfc

Browse files
authored
Formatting update in new README step
1 parent 092a394 commit 467bcfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This assumes you are looking to set this up to back up Notion to GitHub.
2121
2. Get the `NOTION_TOKEN` and `NOTION_SPACE_ID` as explained in
2222
[this blog post](https://medium.com/@arturburtsev/automated-notion-backups-f6af4edc298d).
2323
3. Set them as secrets in your GitHub repo.
24-
4. Give Actions write access to your repository: Settings > Actions > General > Workflow permissions > choose "Read and write permissions"
24+
4. Give Actions write access to your repository: `Settings` > `Actions` > `General` > `Workflow permissions` > choose `Read and write permissions`
2525
5. Install the following under `.github/workflows/whatever.yml` in your repo.
2626
6. Configure the frequency by changing the `cron` value. You can use [Crontab.guru](https://crontab.guru/#0_*/4_*_*_*).
2727
7. Push and control your backup workflow from the `Actions` tab of your repository Github page.

0 commit comments

Comments
 (0)