openmetadata-managed-api plugin is recognized by Airflow but does not appear in the Admin interface #2330
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notion Sync | |
on: | |
workflow_dispatch: | |
issues: | |
types: | |
[ | |
opened, | |
edited, | |
labeled, | |
unlabeled, | |
assigned, | |
unassigned, | |
milestoned, | |
demilestoned, | |
reopened, | |
closed, | |
] | |
jobs: | |
notion_job: | |
runs-on: ubuntu-latest | |
name: Add GitHub Issues to Notion | |
steps: | |
- name: Add GitHub Issues to Notion | |
uses: tryfabric/notion-github-action@v1 | |
with: | |
notion-token: ${{ secrets.NOTION_TOKEN }} | |
notion-db: ${{ secrets.NOTION_DATABASE }} |