Skip to content

schedule

schedule #827

Workflow file for this run

name: schedule
on:
workflow_dispatch:
schedule:
- cron: '20 8,20 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Parse
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CZDB_DOWNLOAD_TOKEN: ${{ secrets.CZDB_DOWNLOAD_TOKEN }}
CZDB_TOKEN: ${{ secrets.CZDB_TOKEN }}
run: |
pnpm install
./build.sh