From b0944de3d2020d941e9254cbf4f81770c003c305 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 24 Apr 2024 12:54:43 +0800 Subject: [PATCH] fix permission issue --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 255b434e1..a4fec7d61 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -5,6 +5,8 @@ on: [pull_request, workflow_dispatch] jobs: validation: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - uses: actions/checkout@v4 with: