Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doxygen generation fails when the github repository is private #83

Open
produino opened this issue Jul 27, 2020 · 1 comment
Open

doxygen generation fails when the github repository is private #83

produino opened this issue Jul 27, 2020 · 1 comment

Comments

@produino
Copy link

This is common during initial development for a library but the current script (doxy_gen_and_deploy.sh) assumes that the github repository is public, and only applies the GH_REPO_TOKEN when commiting the changes back to the branch missing it on the initial checkout which causes the following error:
fatal: could not read Username for 'https://github.com': No such device or address ##[error]Process completed with exit code 128.

produino pushed a commit to produino/ci-arduino that referenced this issue Jul 27, 2020
@ladyada
Copy link
Member

ladyada commented Jul 27, 2020

hi you can submit a PR fix, we only have public repos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants