Files
endfield-auto-daily/.github/workflows/login-gitea-runner.yml
T
2026-01-28 15:08:16 +00:00

17 lines
353 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:
CRED: ${{ secrets.CRED }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USER: ${{ secrets.DISCORD_USER }}