Skip to content

checkin

checkin #144

Workflow file for this run

name: checkin
on:
workflow_dispatch:
schedule:
- cron: "45 22 * * *"
jobs:
sync_with_upstream:
runs-on: ubuntu-latest
name: auto checkin for traffic
steps:
- name: checkout
uses: actions/checkout@v3
with:
ref: master
- name: checkin
uses: actions/setup-python@v2
with:
python-version: "3.x"
architecture: "x64"
- name: Run checkin
env:
CONFIG_URL: ${{ secrets.CONFIG_URL }}
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
CHAT_ID: ${{ secrets.CHAT_ID }}
run: python ./.github/actions/checkin/universal.py
- name: timestamp
run: date