The demo backups will be included, and your backups will be public. You should create your own private repo and copy the code from main.yml.
Update instructions for Roam-to-git users who followed my old guide:
For those who are having issues with MatthieuBizien/roam-to-git in GitHub Actions, try my new solution:
-
Add secrets for the following values:
R2G_EMAIL
R2G_PASSWORD
R2G_GRAPH
- Now with multi graph support! Just add graph names on separate lines in
R2G_GRAPH
. (Or separate them by commas.)
- Now with multi graph support! Just add graph names on separate lines in
-
Update your main.yml with the code here: https://github.com/everruler12/roam2github-demo/blob/main/.github/workflows/main.yml
- If you created your repo before October 1st, 2020, you may need to change the branch name from 'main' to 'master'
This will backup Markdown, JSON, and EDN!
Check here for additional main.yml settings