Skip to content

Merge pull request #1 from TicTocHomeLoans/feature/SSI-10603-and-SSI-… #11

Merge pull request #1 from TicTocHomeLoans/feature/SSI-10603-and-SSI-…

Merge pull request #1 from TicTocHomeLoans/feature/SSI-10603-and-SSI-… #11

# 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 './CalculatorApiDefinition.yaml' --key=${{ secrets.README_OAS_KEY }} --id=${{ secrets.README_API_ID }}