From 7746d73b71f5324ba26bde6f2fbea87839f05c90 Mon Sep 17 00:00:00 2001 From: heowc Date: Wed, 1 May 2024 14:52:29 +0900 Subject: [PATCH] feature: init --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5346b36..dd9f450 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: ci: permissions: pull-requests: write + repository-projects: read runs-on: ubuntu-latest steps: - uses: actions/checkout@v4