-
Notifications
You must be signed in to change notification settings - Fork 1
48 lines (41 loc) · 1.79 KB
/
rdme.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This GitHub Actions workflow was auto-generated by the `rdme` cli on 2023-12-21T08:24:07.680Z
# 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: `v1.0.1`
# Check out GitHub's docs for more info on configuring this:
# https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
- v11.0
jobs:
rdme-docs:
runs-on: ubuntu-latest
steps:
- name: Check out repo 📚
uses: actions/checkout@v3
# Seafile API (docs only)
- name: Update Seafile API 🚀
uses: readmeio/rdme@v8
with:
rdme: docs ./reference --key=${{ secrets.README_API_KEY }} --version=11.0
# authentication
- name: authentication 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi ./api/authentication.yaml --key=${{ secrets.README_API_KEY }} --id=658d1b9f74a8660079f3a72e --useSpecVersion
# repo token api
- name: repo token api 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi ./api/repo-api-tokens.yaml --key=${{ secrets.README_API_KEY }} --id=65e2b5e9cf091600668dd525 --useSpecVersion
# account operations: user
- name: user account operations 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi ./api/user_account_operations.yaml --key=${{ secrets.README_API_KEY }} --id=658a8085ddbf15002d3426cb --useSpecVersion
# account operations: system admin
- name: admin account operations 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi ./api/admin_account_operations.yaml --key=${{ secrets.README_API_KEY }} --id=65faab0739686f001fff29eb --useSpecVersion