From a1411191a352ab317d0c988e0d87ce8d873d084c Mon Sep 17 00:00:00 2001 From: heowc Date: Wed, 1 May 2024 14:56:27 +0900 Subject: [PATCH] feature: init --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd9f450..4e5b69e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,6 @@ on: pull_request: jobs: ci: - permissions: - pull-requests: write - repository-projects: read runs-on: ubuntu-latest steps: - uses: actions/checkout@v4