From afa4a53cceecc648dec7887dddee3df4cd912bc4 Mon Sep 17 00:00:00 2001 From: Tit Petric Date: Mon, 8 Jan 2024 15:32:56 +0100 Subject: [PATCH] Remove del-env, config docs (#5931) As per the https://tyktech.atlassian.net/browse/SYSE-292 policy, delete old workflows for 4-lts; Related to: https://github.com/TykTechnologies/tyk-docs/pull/3831 Co-authored-by: Tit Petric --- .github/workflows/del-env.yml | 26 ------------------------ .github/workflows/update-config-docs.yml | 23 --------------------- 2 files changed, 49 deletions(-) delete mode 100644 .github/workflows/del-env.yml delete mode 100644 .github/workflows/update-config-docs.yml diff --git a/.github/workflows/del-env.yml b/.github/workflows/del-env.yml deleted file mode 100644 index d4ee129ad97..00000000000 --- a/.github/workflows/del-env.yml +++ /dev/null @@ -1,26 +0,0 @@ - - -# Generated by: tyk-ci/wf-gen -# Generated on: Friday 04 March 2022 11:40:32 AM UTC - -# Generation commands: -# ./pr.zsh -repos tyk -base td-883-test -branch td-883-test -title Sync from latest releng templates -# m4 -E -DxREPO=tyk - -name: Retiring dev env - -on: - delete: - branches: - - feature/* - - integration/* - -jobs: - retire: - runs-on: ubuntu-latest - - steps: - - name: Tell gromit about deleted branch - run: | - curl -fsSL -H "Authorization: ${{secrets.GROMIT_TOKEN}}" "https://domu-kun.cloud.tyk.io/gromit/env/${GITHUB_REF##*/}" \ - -X DELETE diff --git a/.github/workflows/update-config-docs.yml b/.github/workflows/update-config-docs.yml deleted file mode 100644 index 816324ba819..00000000000 --- a/.github/workflows/update-config-docs.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Keep the docs on tyk-docs in sync with this branch's docs - -name: Update Config docs - -on: - push: - branches: - - master - - release-** - paths: - - config/config.go - -jobs: - sync: - name: tyk-config-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-config-docs - client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}","repo":"gateway","branch":"${{github.ref_name}}"}'