Skip to content

Conversation

olekoliinyk
Copy link
Contributor

@olekoliinyk olekoliinyk commented Jul 16, 2025

We're hitting the rate limit for the requests while calling below requests in get-workflow-version-action:

requests.get(
        f"{github_api_url}/repos/{caller_repository}/actions/runs/{caller_run_id}",
        headers=headers,
    )

With authenticated requests we might increase the limit.

Copy link

@mathiaspeters mathiaspeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants