Skip to content

refactor: remove unused functions and dependencies (#964) #1168

refactor: remove unused functions and dependencies (#964)

refactor: remove unused functions and dependencies (#964) #1168

Workflow file for this run

name: Sync configuration files
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- 'master'
- 'ci/configs-sync'
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 <[email protected]>