From 87212d829af495e89735c857b51faa4b041a7e0f Mon Sep 17 00:00:00 2001 From: Nikos Kontakis Date: Tue, 7 Nov 2023 10:33:13 +0200 Subject: [PATCH] Deactivate gitspiegel - Fail due to token format (#1489) --- .github/workflows/gitspiegel-trigger.yml | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/gitspiegel-trigger.yml b/.github/workflows/gitspiegel-trigger.yml index 86980756e..2e412e8b7 100644 --- a/.github/workflows/gitspiegel-trigger.yml +++ b/.github/workflows/gitspiegel-trigger.yml @@ -1,20 +1,20 @@ -name: gitspiegel sync +# name: gitspiegel sync -on: - pull_request: - types: - - opened - - synchronize - - unlocked - - ready_for_review - - reopened +# on: +# pull_request: +# types: +# - opened +# - synchronize +# - unlocked +# - ready_for_review +# - reopened -jobs: - sync: - runs-on: ubuntu-latest - steps: - - name: Trigger sync via API - run: | - curl --fail-with-body -XPOST "https://gitspiegel.parity-prod.parity.io/api/v1/mirror/${{ github.repository }}/pull/${{ github.event.number }}" \ - -H "Content-Type: application/json" \ - -H "x-auth: ${{ secrets.GITSPIEGEL_TOKEN }}" +# jobs: +# sync: +# runs-on: ubuntu-latest +# steps: +# - name: Trigger sync via API +# run: | +# curl --fail-with-body -XPOST "https://gitspiegel.parity-prod.parity.io/api/v1/mirror/${{ github.repository }}/pull/${{ github.event.number }}" \ +# -H "Content-Type: application/json" \ +# -H "x-auth: ${{ secrets.GITSPIEGEL_TOKEN }}"