fix: Publish api docs workflow#71
Conversation
…-api-docs workflow The workflow was failing because: 1. Missing CORS_ALLOWED_ORIGINS environment variable required by SecurityConfig 2. Using wrong port (8081 instead of 8080) for OpenAPI docs endpoint 3. Improved git diff check to properly skip when no changes exist Also updated env var names to match application.properties (DB_URL, DB_USERNAME, DB_PASSWORD instead of SPRING_DATASOURCE_*).
71e77cd to
e666f28
Compare
Added condition to skip workflow when triggered by github-actions bot. This prevents the workflow from running again when the docs PR is merged. Also added pull-requests: write permission for gh pr create command.
e666f28 to
735a8a8
Compare
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This reverts commit 8e7d25c.
|



Summary by CodeRabbit
Release Notes
New Features
Infrastructure