<https://github.com/flyteorg/flyte/issues/2433> &l...
# announcements
a
https://github.com/flyteorg/flyte/issues/2433 <- can someone help with this? Getting failure notices makes me not want to file issues 😕
p
This error can be ignored if we don’t need to use the google sheet where this data is getting synced( https://github.com/marketplace/actions/transfer-github-project-issues-into-google-sheets) . Seems this is maintained in someone google account and whose creds are used by this github workflow https://github.com/flyteorg/flyte/blob/230ad922cfccaab7bf5a3461d8f337d3eab3c510/.github/workflows/sync_issues_sheet.yml#L19 I dont have access to view these secrets so will let @Yuvraj check if he has it. But The error seems to be due to limit reached in calling github api. With usage of GITHUB_TOKEN the rate limit per hour is 1000 which we might be breaching with this as its paging through 60 pages of github issues with 30 issues on each . Checked the logs and the workflow does seems to use the token so we might be breaching this limit. https://github.com/flyteorg/flyte/runs/6300125056?check_suite_focus=true
Copy code
Auth with GitHub Token...
  Done.
https://docs.github.com/en/rest/overview/resources-in-the-rest-api#requests-from-github-actions Enterprise accounts have a higher limit of 15000 but we have to pay of it 🙂
y
thanks for reporting the issue. I will check the issue
162 Views