From 15673c01b33995cb037bd836f892f6e3d00d622b Mon Sep 17 00:00:00 2001 From: technote-space Date: Sun, 9 Feb 2020 15:10:27 +0000 Subject: [PATCH 1/2] chore: sync workflows --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a21406c6..96288083 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - uses: technote-space/get-git-comment-action@v1 - uses: technote-space/get-diff-action@gh-actions with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PREFIX_FILTER: | src/ __tests__/ @@ -65,6 +66,7 @@ jobs: - uses: technote-space/get-git-comment-action@v1 - uses: technote-space/get-diff-action@gh-actions with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PREFIX_FILTER: | src/ __tests__/ From f00956cc9b32465f5280549c5928b776e7a00cba Mon Sep 17 00:00:00 2001 From: technote-space Date: Sun, 9 Feb 2020 15:10:31 +0000 Subject: [PATCH 2/2] chore: trigger workflow