From b3a1b925c1b50d69addedcb7eab56d751108f830 Mon Sep 17 00:00:00 2001 From: marocchino Date: Sat, 25 Mar 2023 11:19:19 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20without=20PAT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9dc99bd..60f5177 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,8 @@ on: jobs: test: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - uses: actions/checkout@v3 - run: yarn install @@ -24,7 +26,6 @@ jobs: if: ${{ github.event_name == 'pull_request_target' }} with: header: All - GITHUB_TOKEN: ${{ secrets.PAT }} message: |
output of yarn all @@ -37,7 +38,6 @@ jobs: if: ${{ github.event_name == 'pull_request_target' }} with: header: All - GITHUB_TOKEN: ${{ secrets.PAT }} append: true hide_details: true message: |