add sponsored brand auction documentation (#123) #16
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2023-03-29T15:48:29.774Z | |
# You can view our full documentation here: https://docs.readme.com/docs/rdme | |
# Here we refer to the ReadMe internal versioning, not the API version | |
name: ReadMe v2.0 Auctions π¦ | |
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 (v1) π | |
uses: readmeio/rdme@v8 | |
with: | |
rdme: openapi topsort-api-v1.yml --key=${{ secrets.README_API_KEY }} --id=65492281f39360089af5618d | |
- name: Run `openapi` command (v2) π | |
uses: readmeio/rdme@v8 | |
with: | |
rdme: openapi topsort-api-v2.yml --key=${{ secrets.README_API_KEY }} --id=65491b9bd1d00c001fcd1b67 |