Skip to content

run

run #749

Workflow file for this run

name: run
on:
workflow_dispatch:
push:
schedule:
- cron: 16 2 * * *
- cron: 37 14 * * *
- cron: 10 16 * * *
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run main
env:
GLADOS: ${{ secrets.GLADOS }}
GLADOS2: ${{ secrets.GLADOS2 }}
NOTIFY: ${{ secrets.NOTIFY }}