From b59273b84bcef039c04507e53cdc95328ce90bbc Mon Sep 17 00:00:00 2001 From: heowc Date: Wed, 1 May 2024 14:47:53 +0900 Subject: [PATCH] feature: init --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e5b69e..5346b36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ on: pull_request: jobs: ci: + permissions: + pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v4