You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis delivers the following error code at building recent builds. This is most likely due to github/pages-gem#399
Error code: GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data. GitHub Metadata: GET https://api.github.com/repos/up-for-grabs/up-for-grabs.net/pages: 403 - API rate limit exceeded for 35.192.85.2. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) // See: https://developer.github.com/v3/#rate-limiting
Suggestion:
Adding github: [metadata] to _config.yml fixed the problem on my side. It's also the workaround in the aforementioned github issues post.
The text was updated successfully, but these errors were encountered:
juliankrieger
changed the title
Travis CI fails at getting GitHub Metadata
Jekyll fails at getting GitHub Metadata
Dec 3, 2018
Travis delivers the following error code at building recent builds. This is most likely due to github/pages-gem#399
Error code:
GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data. GitHub Metadata: GET https://api.github.com/repos/up-for-grabs/up-for-grabs.net/pages: 403 - API rate limit exceeded for 35.192.85.2. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) // See: https://developer.github.com/v3/#rate-limiting
Suggestion:
Adding
github: [metadata]
to _config.yml fixed the problem on my side. It's also the workaround in the aforementioned github issues post.The text was updated successfully, but these errors were encountered: