diff --git a/.github/workflows/configs_sync.yaml b/.github/workflows/configs_sync.yaml deleted file mode 100644 index 374bc8b..0000000 --- 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