From 92a9bbcfdbbbd80b4cd898ad7377fd0e0bd1ca56 Mon Sep 17 00:00:00 2001 From: usbharu Date: Mon, 26 Aug 2024 15:47:22 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20GitHub=20Actions=E3=81=A7Linter?= =?UTF-8?q?=E3=81=AE=E8=87=AA=E5=8B=95=E9=81=A9=E7=94=A8=E5=BE=8C=E3=81=AB?= =?UTF-8?q?=E6=9B=B4=E3=81=ABCI=E3=81=8C=E8=B5=B7=E5=8B=95=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request-merge-check.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 40be67e8..6b0f64f4 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -29,6 +29,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT }} - name: Gradle Wrapper Validation uses: gradle/actions/wrapper-validation@v4 @@ -55,6 +57,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + token: ${{ secrets.PAT }} - name: Set up JDK 21 uses: actions/setup-java@v4 @@ -101,6 +105,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + token: '${{ secrets.PAT }}' - name: Set up JDK 21 uses: actions/setup-java@v4