Files
endfield-auto-daily/.github/workflows/login-gitea-runner.yml
T
Fd 08f1da14cb
Latest version / check-version (push) Has been cancelled
Latest version / workflow-keepalive (push) Has been cancelled
Daily check in / workflow-keepalive (push) Has been cancelled
Daily check in / check-in (push) Failing after 17s
fix: change cred to account token
2026-02-07 11:23:29 +00:00

17 lines
371 B
YAML

name: Daily check in
on:
schedule:
- cron: "0 22 * * *"
workflow_dispatch:
jobs:
check-in:
runs-on: node20
steps:
- uses: actions/checkout@v4
- run: node index.js
env:
ACCOUNT_TOKEN: ${{ secrets.ACCOUNT_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USER: ${{ secrets.DISCORD_USER }}