Skip to content

Commit

Permalink
Configure github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jevoniuk committed Nov 6, 2024
1 parent 54e3481 commit 5d48eff
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/workflows/rdme-openapi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2024-11-06T18:56:19.723Z
# 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 catalog-items-api-model/catalogItems_2022-04-01.json --key=${{ secrets.README_API_KEY }} --id=672bbbc7847aca00335d8976
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi fulfillment-inbound-api-model/fulfillmentInbound_2024-03-20.json --key=${{ secrets.README_API_KEY }} --id=672bbde35d2c6300178a79aa
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi feeds-api-model/feeds_2021-06-30.json --key=${{ secrets.README_API_KEY }} --id=672bbc58bccd1cf23f81fdbf
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi vendor-shipments-api-model/vendorShipments.json --key=${{ secrets.README_API_KEY }} --id=672bbe959736d800458d34a1
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi vendor-invoices-api-model/vendorInvoices.json --key=${{ secrets.README_API_KEY }} --id=672bbe78195b89000fdd5a12
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi reports-api-model/reports_2021-06-30.json --key=${{ secrets.README_API_KEY }} --id=672bbe4a70bc520012f0807f
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi orders-api-model/ordersV0.json --key=${{ secrets.README_API_KEY }} --id=672bbe2b026480e27a6cd778
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi listings-items-api-model/listingsItems_2021-08-01.json --key=${{ secrets.README_API_KEY }} --id=672bbe0cd03b2700626433b0

0 comments on commit 5d48eff

Please sign in to comment.