Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(openapi): keep public and private API docs in sync with main bra…
…nch (#270) Because - OpenAPI changes require manual uploads in ReadMe.com - We have no staging docs This commit - Syncs the `main` branch with the public and private version of the API - Changes in main branch update the staging docs - Version changes in main branch update the public docs ## Notes I created [a playground environment](https://github.com/jvallesm/instill-protobufs) to test the GitHub actions: - See the [README](https://github.com/jvallesm/instill-protobufs) for a more detailed explanation. - Workflow run [without version changes](https://github.com/jvallesm/instill-protobufs/actions/runs/7899195585/job/21558124375). - Workflow run [with version changes](https://github.com/jvallesm/instill-protobufs/actions/runs/7899206790). ✅ This PR will need: - [x] Changes in ReadMe.com to have a staging version + adapt existing version to the naming introduced in this one. - [x] An update in the workflow to match the staging API reference IDs to those in the Instill AI organization. - [x] A `README_API_KEY` repository variable.
- Loading branch information