From 648405a4d42dfa75a3c0ccb792723b217b701295 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Sun, 23 Jul 2023 11:18:17 +0200 Subject: [PATCH] ci: [skip-ci] Removing herodote Signed-off-by: Vincent Boutour --- .github/workflows/herodote.yaml | 39 --------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/herodote.yaml diff --git a/.github/workflows/herodote.yaml b/.github/workflows/herodote.yaml deleted file mode 100644 index aad1a596..00000000 --- a/.github/workflows/herodote.yaml +++ /dev/null @@ -1,39 +0,0 @@ ---- -name: Herodote - -permissions: - actions: none - checks: none - contents: read - deployments: none - issues: none - packages: none - pages: none - pull-requests: none - repository-projects: none - security-events: none - -on: - push: - branches: - - main - -jobs: - build: - name: Feed - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - - name: Push - run: | - curl --disable --silent --show-error --location --max-time 30 "https://raw.githubusercontent.com/ViBiOh/herodote/main/herodote.sh" | bash - env: - HERODOTE_API: https://herodote.vibioh.fr - HERODOTE_SECRET: ${{ secrets.HERODOTE_SECRET }} - GIT_HOST: github.com - GIT_REPOSITORY: ${{ github.repository }} - SCRIPTS_NO_INTERACTIVE: "1"