From 7d67ef645057529215538176696ecfa0770305cb Mon Sep 17 00:00:00 2001 From: marocchino Date: Fri, 13 Mar 2026 18:33:49 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Use=20pull=5Frequest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e7db028..0d8ff83 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Test on: - pull_request_target: + pull_request: push: branches: - main @@ -9,6 +9,7 @@ jobs: test: runs-on: ubuntu-latest permissions: + contents: read pull-requests: write steps: - uses: actions/checkout@v6