According to the documentation
API requests - You can execute up to 1000 API requests in an hour across all actions within a repository. If exceeded, additional API calls will fail, which might cause jobs to fail.
Does this apply to requests to the GitHub API or does it mean that we can just make 1,000 API calls to any provider per hour?
If yes, is there a way to lift the requirement because we may want to run integration tests on our platform from GitHub Actions and this limit may be surpassed very fast.