Skip to content

qaq-checkin

qaq-checkin #53

Workflow file for this run

name: qaq-checkin
on:
schedule:
- cron: "10 0 * * *"
workflow_dispatch:
jobs:
checkin:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.3
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install deps
run: pnpm install --frozen-lockfile
- name: Run check-in
run: pnpm run checkin
env:
BASE_URL: "https://sign.qaq.al"
TIER: "4"
MODE: "full"
MIN_SUBMIT_DELAY_MS: "60000"
COOKIE: ${{ secrets.COOKIE }}
PUSHPLUS_TOKEN: ${{ secrets.PUSHPLUS_TOKEN }}