Skip to content

.github/workflows/main.yml #16

.github/workflows/main.yml

.github/workflows/main.yml #16

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # 毎日12時に実行 (JST)
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm start
env:
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}