Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

morning-alert

morning-alert #51

Workflow file for this run

name: morning-alert
on:
schedule:
- cron: '00 23 * * *'
workflow_dispatch:
jobs:
morning-alert:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: bash notify.sh