-
Notifications
You must be signed in to change notification settings - Fork 0
30 lines (28 loc) · 1.22 KB
/
rdme-openapi.yml
File metadata and controls
30 lines (28 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2023-05-08T10:59:13.636Z
# 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: Upload auth openapi.yaml
uses: readmeio/rdme@v8
with:
rdme: openapi apps/auth/src/openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6458d2b16d5d3b001aaf46bb
- name: Upload country guesser openapi.yaml
uses: readmeio/rdme@v8
with:
rdme: openapi apps/country-guesser/src/openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6458dcd0e64262001278f121
- name: Upload top search openapi.yaml
uses: readmeio/rdme@v8
with:
rdme: openapi apps/top-search/src/openapi.yaml --key=${{ secrets.README_API_KEY }} --id=645b582b6e8a3009c6379319