diff --git a/.github/workflows/notion.yml b/.github/workflows/notion.yml index 02bde77..c40ff47 100644 --- a/.github/workflows/notion.yml +++ b/.github/workflows/notion.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: github2notion - uses: Pacific-Agency/github-to-notion@v0.2.3 + uses: Pacific-Agency/github-to-notion@v0.2.4 env: NOTION_API_TOKEN: ${{ secrets.NOTION_API_TOKEN }} DATABASE_ID: ${{ secrets.DATABASE_ID }}