From 3554ef8f5fa4bdaf6ce93a438ba42960f52832a1 Mon Sep 17 00:00:00 2001 From: kzndotsh Date: Sat, 30 Mar 2024 15:57:03 -0400 Subject: [PATCH] feat(.github/workflows/opencommit.yml): add permissions for contents, issues, and pull-requests to allow write access for the opencommit job in GitHub Actions workflow --- .github/workflows/opencommit.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: