From 5e11b1224cbe5d7148fa487377aa794c9af95ff7 Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Wed, 19 Jul 2023 08:37:58 +0900 Subject: [PATCH] update github-pull-request-creation.yml --- .github/workflows/github-pull-request-creation.yml | 3 --- .github/workflows/github-repository-commit.yml | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/github-pull-request-creation.yml b/.github/workflows/github-pull-request-creation.yml index 4242192..02b8254 100644 --- a/.github/workflows/github-pull-request-creation.yml +++ b/.github/workflows/github-pull-request-creation.yml @@ -15,9 +15,6 @@ env: jobs: create-pull-request: runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/github-repository-commit.yml b/.github/workflows/github-repository-commit.yml index d60e2b4..fb58626 100644 --- a/.github/workflows/github-repository-commit.yml +++ b/.github/workflows/github-repository-commit.yml @@ -9,6 +9,7 @@ env: permissions: contents: write + pull-requests: write jobs: commit-on-branch: