From a1efacd1bdc1a029f0e98b1fab7c2c587d82acf6 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 30 Jun 2022 13:28:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B8=D0=BD=D1=82=D0=B5=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8=20=D1=81=20Notion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/notion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}