You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a system where developers can enable GHA for publishing their APIs to readme.com. The process should be as automated as possible.
I couldn't find a way to push an openapi spec without going through create process first and saving the output ID. So, I assume it has to be a two step process:
create initial version and commit the ID in a separate file (first GHA workflow, run manually for the first time)
use the ID from the file and upload any changes using the ID (second GHA workflow run on each deployment)
I couldn't find any documentation about the GHA outputs to save the ID into the file.
Maybe, given my scenario, there is a better way to achieve this.
The text was updated successfully, but these errors were encountered:
I'm building a system where developers can enable GHA for publishing their APIs to readme.com. The process should be as automated as possible.
I couldn't find a way to push an openapi spec without going through create process first and saving the output ID. So, I assume it has to be a two step process:
I couldn't find any documentation about the GHA outputs to save the ID into the file.
Maybe, given my scenario, there is a better way to achieve this.
The text was updated successfully, but these errors were encountered: