From 51d9579f835a602335f8cc2589fa5b1e354fdb5f Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Fri, 20 Sep 2024 15:00:34 +0200 Subject: [PATCH] Temporary is forever: remove update-oas-docs --- .github/workflows/update-oas-docs.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/update-oas-docs.yml diff --git a/.github/workflows/update-oas-docs.yml b/.github/workflows/update-oas-docs.yml deleted file mode 100644 index 03c9a552ccae..000000000000 --- a/.github/workflows/update-oas-docs.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Keep the docs on tyk-docs in sync with this branch's docs - -name: Update OAS docs - -on: - push: - branches: - - temporarily-suspended - paths: - - apidef/oas/schema/x-tyk-gateway.md - -jobs: - sync: - name: tyk-oas-docs - runs-on: ubuntu-latest - steps: - - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.ORG_GH_TOKEN }} - repository: TykTechnologies/tyk-docs - event-type: tyk-oas-docs - client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'