diff --git a/.github/workflows/rdme-openapi.yml b/.github/workflows/rdme-openapi.yml new file mode 100644 index 0000000..13e5d72 --- /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-08-27T23:16:57.793Z +# 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 swagger.yaml --key=${{ secrets.README_API_KEY }} --id=6123e5119320560017021cc8 diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..0332086 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "openapi-docs", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}