From 5ab6713bb3f711a05c180c3c908db8d4fa053eb0 Mon Sep 17 00:00:00 2001 From: Ftps <63702646+Tps-F@users.noreply.github.com> Date: Mon, 17 Apr 2023 17:15:59 +0900 Subject: [PATCH] fix permission (#87) --- .github/workflows/push_format.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/push_format.yml b/.github/workflows/push_format.yml index f43741b..c4ce77f 100644 --- a/.github/workflows/push_format.yml +++ b/.github/workflows/push_format.yml @@ -5,15 +5,11 @@ on: branches: - main +permissions: + contents: write + pull-requests: write jobs: push_format: - permissions: - actions: write - checks: write - contents: write - issues: write - repository-projects: write - pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3