Skip to content

Commit

Permalink
update github-pull-request-creation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Jul 18, 2023
1 parent 0d74f56 commit 9e2df53
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/github-pull-request-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ env:
BRANCH: ${{ inputs.branch-name }}
TITLE: "PR from ${{ inputs.branch-name }}"

permissions:
contents: write
pull-requests: write

jobs:
create-pull-request:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 9e2df53

Please sign in to comment.