Skip to content

Commit

Permalink
Uploading github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Try431 committed Aug 27, 2024
1 parent b2785eb commit 2003072
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/rdme-openapi.yml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2003072

Please sign in to comment.