org-sync
org-sync copied to clipboard
suggest using personal access token for Github
@karlicoss You suggest to do so in the README, but how can I use a GitHub token in org-sync?
@MarcvdSluys by setting it in org-sync-github-auth?
I thought that was for user name and password, and I guess I was confused that there is a separate variable for GitLab, but with some trial and error I found that
(setq org-sync-github-auth '("TOKEN"))
works. Thanks for your help, and let's hope someone will merge these PRs.