Skip to content

[enhancement] Centralize management of configuration files #159

[enhancement] Centralize management of configuration files

[enhancement] Centralize management of configuration files #159

Workflow file for this run

name: Sync issues to Notion
on:
issues:
types: [ opened, edited, deleted, reopened, closed ]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Notion GitHub Issues Automation
uses: Edit-Mr/GitHub-issue-2-Notion@main
with:
repo: ${{ github.repository }}
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
NOTION_DATABASE_ID: ${{ secrets.NOTION_DATABASE_ID }}