Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

.github/workflows/main.yml #391

.github/workflows/main.yml

.github/workflows/main.yml #391

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # 毎日12時に実行 (JST)
jobs:
main:
runs-on: ubuntu-latest
env:
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2.5
- run: bun install --production
- run: bun start