Orval sometimes gets 403 in GitHub Actions when fetching Swagger URL (works locally)
Summary The issue at hand involves Orval, a Swagger client generator for TypeScript, encountering intermittent 403 Forbidden errors when fetching a Swagger JSON file in a GitHub Actions workflow. This issue does not occur when running the same process locally, suggesting an environment-specific problem. The randomness of the failure, with success often achieved after re-running … Read more