Skip to content

Chain Sync

Chain Sync #6

Workflow file for this run

name: Chain Sync
# run on the 1st and 15th of the month at midnight or on dispatch
on:
schedule:
- cron: '0 * 1,15 * *'
workflow_dispatch:
jobs:
sync:
uses: HyperPlay-Gaming/workflows/.github/workflows/nodejs_commands.yml@main

Check failure on line 11 in .github/workflows/sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync.yml

Invalid workflow file

error parsing called workflow ".github/workflows/sync.yml" -> "HyperPlay-Gaming/workflows/.github/workflows/nodejs_commands.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
node_version: '16'
pkg_manager: 'yarn'
install: 'yarn install --immutable --frozen-lockfile'
name: 'sync'
command_one: 'yarn sync'
command_one_name: 'Sync chains and submit PR'
checkout_recursive: false
secrets:
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'