File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ 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 . Install the following under ` .github/workflows/whatever.yml ` in your repo.
25- 5 . Configure the frequency by changing the ` cron ` value. You can use [ Crontab.guru] ( https://crontab.guru/#0_*/4_*_*_* ) .
26- 6 . Push and control your backup workflow from the ` Actions ` tab of your repository Github page.
24+ 4 . Give Actions write access to your repository: ` Settings ` > ` Actions ` > ` General ` > ` Workflow permissions ` > choose ` Read and write permissions `
25+ 5 . Install the following under ` .github/workflows/whatever.yml ` in your repo.
26+ 6 . Configure the frequency by changing the ` cron ` value. You can use [ Crontab.guru] ( https://crontab.guru/#0_*/4_*_*_* ) .
27+ 7 . Push and control your backup workflow from the ` Actions ` tab of your repository Github page.
2728
2829``` yaml
2930name : " Notion backup"
You can’t perform that action at this time.
0 commit comments