mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
18 lines
444 B
YAML
18 lines
444 B
YAML
|
name: Sync OAS to ReadMe
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- master
|
||
|
- main
|
||
|
jobs:
|
||
|
build:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- uses: readmeio/github-readme-sync@v2
|
||
|
with:
|
||
|
readme-oas-key: oDf7vsdkbfuFmj6M7E5W98QcmyBnLpmM:5fc4b9a323e95041cd0a08fb
|
||
|
|
||
|
# OPTIONAL CONFIG, use if necessary
|
||
|
# oas-file-path: './swagger.json'
|
||
|
# api-version: 'v1.0.0'
|