Admin-share and admin-notification completed #110
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-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 | |
- 1.0.1 | |
pull_request: | |
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 |