Skip to content

Update rdme.yml

Update rdme.yml #128

Workflow file for this run

# 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