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
Hi. I had an issue with GitHub's API rate limit (I was getting 403) on CI/CD so I used .phive/auth.xml and added an application token last week and it seemed to help. For whatever reason it stopped working today on CI/CD (I'm getting 403 again, even though I'm not exceeding the limit for authenticated connections, i.e. 5k requests per hour) but it keeps working on my local machine and I use the same token here. It would be a tremendous help while debugging if phive would just tell me in the output that it picked up .phive/auth.xml correctly and sent the OAuth2 token when connecting to GitHub.
The text was updated successfully, but these errors were encountered:
Hi. I had an issue with GitHub's API rate limit (I was getting 403) on CI/CD so I used
.phive/auth.xml
and added an application token last week and it seemed to help. For whatever reason it stopped working today on CI/CD (I'm getting 403 again, even though I'm not exceeding the limit for authenticated connections, i.e. 5k requests per hour) but it keeps working on my local machine and I use the same token here. It would be a tremendous help while debugging ifphive
would just tell me in the output that it picked up.phive/auth.xml
correctly and sent the OAuth2 token when connecting to GitHub.The text was updated successfully, but these errors were encountered: