File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This assumes you are looking to set this up to back up Notion to GitHub.
21212 . Get the ` NOTION_TOKEN ` and ` NOTION_SPACE_ID ` as explained in
2222 [ this blog post] ( https://medium.com/@arturburtsev/automated-notion-backups-f6af4edc298d ) .
23233 . 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 `
25255 . Install the following under ` .github/workflows/whatever.yml ` in your repo.
26266 . Configure the frequency by changing the ` cron ` value. You can use [ Crontab.guru] ( https://crontab.guru/#0_*/4_*_*_* ) .
27277 . Push and control your backup workflow from the ` Actions ` tab of your repository Github page.
You can’t perform that action at this time.
0 commit comments