mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:56:42 +00:00
chore: add action for auto-releasing api docs
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
18
.github/workflows/publish-api-docs.yml
vendored
18
.github/workflows/publish-api-docs.yml
vendored
@@ -5,6 +5,8 @@ on:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- "scripts/sdk/swagger.json"
|
||||
release:
|
||||
types: [ published ]
|
||||
|
||||
jobs:
|
||||
copy-file:
|
||||
@@ -13,7 +15,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Pushes generated output
|
||||
- name: Pushes swagger file to src
|
||||
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
||||
@@ -23,4 +25,16 @@ jobs:
|
||||
destination_folder: 'src'
|
||||
user_email: 'oof1lab@gmail.com'
|
||||
user_name: 'o1lab'
|
||||
commit_message: 'Autorelease from github.com/nocodb/nc'
|
||||
commit_message: 'Autorelease from github.com/nocodb/nocodb'
|
||||
|
||||
- name: Pushes swagger frile to meta-src
|
||||
uses: dmnemec/copy_file_to_another_repo_action@1b29cbd9a323185f20b175dc6d5f8f31be5c0658
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
source_file: 'scripts/sdk/swagger.json'
|
||||
destination_repo: 'nocodb/noco-apis-doc'
|
||||
destination_folder: 'meta-src'
|
||||
user_email: 'oof1lab@gmail.com'
|
||||
user_name: 'o1lab'
|
||||
commit_message: 'Autorelease from github.com/nocodb/nocodb'
|
||||
|
||||
Reference in New Issue
Block a user