Skip to content

Merge pull request #270 from sohosai/develop #45

Merge pull request #270 from sohosai/develop

Merge pull request #270 from sohosai/develop #45

Workflow file for this run

# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2023-10-13T13:20:58.425Z
# You can view our full documentation here: https://docs.readme.com/docs/rdme
name: ReadMe GitHub Action 🦉
on:
push:
branches:
# This workflow will run every time you push code to the following branch: `main`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- main
paths:
- "schema.yml"
workflow_dispatch:
jobs:
rdme-openapi:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v3
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi schema.yml --key=${{ secrets.README_API_KEY }} --id=${{ vars.README_ID }}