Skip to content

Commit

Permalink
ci: create-pull-request needs contents permission (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC authored Aug 30, 2023
1 parent b8fc0cc commit ac59926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit ac59926

Please sign in to comment.