Skip to content

Sync configuration files #1037

Sync configuration files

Sync configuration files #1037

Workflow file for this run

name: Sync configuration files
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- 'master'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check and update the Bee version
uses: ethersphere/repo-sync-action@v1
with:
repo: ethersphere/configs-js
token: ${{ secrets.GHA_PAT_BASIC }}
author: bee-worker <bee-worker@ethswarm.org>