Skip to content

Commit

Permalink
feat(.github/workflows/opencommit.yml): add permissions for contents,…
Browse files Browse the repository at this point in the history
… issues, and pull-requests to allow write access

This change is necessary to provide the necessary access rights for the GitHub Actions workflow.
  • Loading branch information
kzndotsh committed Mar 30, 2024
1 parent a5ff267 commit cdcdef4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/opencommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cdcdef4

Please sign in to comment.