From c2d0fd111a5d6894b89c34bcfd1b54c942425120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20S=C3=A1rai?= Date: Mon, 10 Aug 2026 11:16:15 +0200 Subject: [PATCH] chore: remove configs-js sync workflow configs-js was archived on 2026-05-12 and had no commits since 2022. --- .github/workflows/configs_sync.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/configs_sync.yaml diff --git a/.github/workflows/configs_sync.yaml b/.github/workflows/configs_sync.yaml deleted file mode 100644 index 374bc8b1..00000000 --- a/.github/workflows/configs_sync.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Sync configuration files - -on: - schedule: - - cron: "0 0 * * *" - push: - branches: - - 'master' - -jobs: - check: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Check and update the Bee version - uses: ethersphere/repo-sync-action@v1 - with: - repo: ethersphere/configs-js - token: ${{ secrets.REPO_GHA_PAT }} - author: bee-worker