guinhx / veek

Use GitHub Actions to run Veek's check-in on scheduled time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Veek

Cron for Veek check-in

Use GitHub Actions to run Veek's check-in on scheduled time. It runs automatically every 30 minutes, but you can also trigger check-ins by dispatching the check-in-manual.yml action.

Usage

Clone this repository and create a repository secret with the following JSON:

[
  {
    "username": "string",
    "password": "string"
  }
]

About

Use GitHub Actions to run Veek's check-in on scheduled time

License:MIT License


Languages

Language:JavaScript 100.0%