Skip to content

Notion Board

Notion Board #166

Workflow file for this run

name: Notion Board
on:
workflow_dispatch: {}
schedule:
- cron: "0 22 * * *"
jobs:
update-notion-board:
runs-on: ubuntu-latest
steps:
- name: Update Notion
uses: Eomm/notion-board@v0
timeout-minutes: 15
with:
github-repository-query: user:moleculerjs is:public
notion-token: ${{ secrets.NOTION_TOKEN }}
notion-database-id: ${{ secrets.NOTION_DATABASE_ID }}