Skip to content

feat: add descs, update url of snippets #96

feat: add descs, update url of snippets

feat: add descs, update url of snippets #96

name: Deploy Openapi Assets
on:
push:
branches: [main]
paths:
- 'packages/openapi/**'
jobs:
trigger:
runs-on: ubuntu-latest
environment: production
steps:
- name: Trigger autoupdate swagger
env:
GH_ORG_ACCESS_TOKEN: ${{ secrets.GH_ORG_ACCESS_TOKEN }}
OPENAPI_REPO: ${{ secrets.OPENAPI_REPO }}
run: |
curl -X POST \
-H "Authorization: Bearer $GH_ORG_ACCESS_TOKEN" \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/$OPENAPI_REPO/dispatches \
-d '{"event_type":"api-docs-release"}'