Skip to content

Merge branch 'main' into uitpas/UPS-4883-max-limit #1792

Merge branch 'main' into uitpas/UPS-4883-max-limit

Merge branch 'main' into uitpas/UPS-4883-max-limit #1792

Workflow file for this run

name: Publish errors documentation
on:
push:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
uses: ./.github/actions/stoplight-push
with:
name: errors
token: ${{ secrets.CI_TOKEN_ERRORS }}
event: ${{ github.event_name }}