From 37ffa3f7fa54c946f1b912d6c550779007d109d6 Mon Sep 17 00:00:00 2001 From: "jonghyon.s" Date: Fri, 8 Sep 2023 17:23:11 +0900 Subject: [PATCH] ci: add actions write --- .github/workflows/lint.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index f0819f8c2..ed37c6602 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -2,7 +2,6 @@ name: Lint on: pull_request_target: branches: - - main - develop/* concurrency: @@ -28,6 +27,10 @@ jobs: ktlint: name: Lint Kotlin runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + actions: write steps: - name: Clone repo uses: actions/checkout@master