From 62aa615677bf494981fd13c261477e4137149e68 Mon Sep 17 00:00:00 2001 From: David Chang Date: Thu, 22 Feb 2024 15:47:11 -0500 Subject: [PATCH] Add ReadMe GitHub action --- .github/workflows/rdme-openapi.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/rdme-openapi.yml diff --git a/.github/workflows/rdme-openapi.yml b/.github/workflows/rdme-openapi.yml new file mode 100644 index 0000000..605974c --- /dev/null +++ b/.github/workflows/rdme-openapi.yml @@ -0,0 +1,23 @@ +# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2024-02-22T20:36:58.994Z +# 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 + +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 openapispec.yaml --key=${{ secrets.README_API_KEY }} --id=65d7b05d36b1610070617aa4