Support authenticated GitHub access
stefan-guggisberg opened this issue · 1 comments
stefan-guggisberg commented
Currently content is fetched via unauthenticated GitHub raw requests. As a result private GitHub repos are not accessible. Furthermore unauthenticated GitHub raw requests might become subject to potential rate limiting/throttling.
This issue covers making Github requests using the provided GITHUB_TOKEN
.
Related issues
- adobe/helix-cli#901 (
hlx publish --github-token
) - adobe/helix-publish#165
- adobe/helix-pipeline#72
- adobe/helix-dispatch#71
- adobe/helix-resolve-git-ref#1
- #46
stefan-guggisberg commented
resolved via #47