MatthieuBizien / roam-to-git

Automatic RoamResearch backup to Git
MIT License
550 stars 133 forks source link

[remote rejected] master -> master (refusing to allow an OAuth App to create or update workflow #38

Closed incandescentman closed 3 years ago

incandescentman commented 4 years ago

Describe the bug When doing git push, I get this error message: ! [remote rejected] master -> master (refusing to allow an OAuth App to create or update workflow .github/workflows/main.yml without workflow scope)

To Reproduce

  1. git push --set-upstream origin master

Expected behavior A clear and concise description of what you expected to happen.

Traceback Please use http://gist.github.com/ or similar, and report the last line here.

Run roam-to-git --debug notes/ and report what you get. ! [remote rejected] master -> master (refusing to allow an OAuth App to create or update workflow .github/workflows/main.yml without workflow scope)

Please complete the following information:

Additional context Add any other context about the problem here.

MatthieuBizien commented 4 years ago

Hi @incandescentman, it looks like an issue of your account with Github Action. Google suggest me this link, does it helps?

If you're unable to debug it, maybe https://github.com/elstudio/actions-js-build could help you.

Please post the solution when you find it for futur users 😄