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
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
Sometimes we hit rate limit while asking GitHub API for latest prometheus version when executing travis CI tests.
This can be prevented by adding authentication to uri module while executing request to GitHub API.
The text was updated successfully, but these errors were encountered:
This will cause to access github API as authenticated cloudalchemybot user (when there is GH_TOKEN variable set) or unauthenticated (when there is no GH_TOKEN var)
Resolves#115
slomo
pushed a commit
to slomo/ansible-prometheus
that referenced
this issue
Dec 12, 2018
This will cause to access github API as authenticated cloudalchemybot user (when there is GH_TOKEN variable set) or unauthenticated (when there is no GH_TOKEN var)
Resolvescloudalchemy#115
Sometimes we hit rate limit while asking GitHub API for latest prometheus version when executing travis CI tests.
This can be prevented by adding authentication to
uri
module while executing request to GitHub API.The text was updated successfully, but these errors were encountered: