Skip to content

Installation script fails on Ubuntu 24.04.1 #6

Installation script fails on Ubuntu 24.04.1

Installation script fails on Ubuntu 24.04.1 #6

Workflow file for this run

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: retorquere/notion-github-action@master
with:
notion-token: ${{ secrets.NOTION_TOKEN }}
notion-db: ${{ secrets.NOTION_DATABASE }}