Skip to content

Commit

Permalink
Fix autopr permission
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni-vonage committed Aug 11, 2023
1 parent 29a15e4 commit dce7d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/autopr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ on:
branches:
- 'autopr/**'

permissions: read-all

jobs:
create-pull-request:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Create PR
uses: actions/github-script@v6
Expand Down

0 comments on commit dce7d9f

Please sign in to comment.