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}}"}'