Skip to content

Create Postman Xapii Document API Examples #75

Create Postman Xapii Document API Examples

Create Postman Xapii Document API Examples #75

# Run workflow for every push to the `main` branch
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v3
# Run GitHub Action to sync OpenAPI file at [path-to-file.json]
- name: GitHub Action
# We recommend specifying a fixed version, i.e. @7.2.0
# Docs: https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#example-using-versioned-actions
uses: readmeio/[email protected]
with:
rdme: openapi './XaiValidatePublicApiDefinition.yml' --key=${{ secrets.README_OAS_KEY }} --id=${{ secrets.README_API_ID }}