diff --git a/.github/workflows/opencommit.yml b/.github/workflows/opencommit.yml index cf468974..d2e7385f 100644 --- a/.github/workflows/opencommit.yml +++ b/.github/workflows/opencommit.yml @@ -5,6 +5,11 @@ on: # this list of branches is often enough, # but you may still ignore other public branches branches-ignore: [main master dev development release] + +permissions: + contents: write + issues: write + pull-requests: write jobs: opencommit: