Skip to content

Commit

Permalink
ci: add missing permissions
Browse files Browse the repository at this point in the history
issues: write is required for the pull request merging according to:

cli/cli#6379 (comment)

rhel-only

Related: RHEL-1086
  • Loading branch information
jamacku committed Nov 7, 2023
1 parent 34adeef commit 715b05f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/source-git-automation-on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
contents: write
statuses: write
checks: write
issues: write
pull-requests: write

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/source-git-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
permissions:
contents: write
checks: write
issues: write
pull-requests: write

steps:
Expand Down

0 comments on commit 715b05f

Please sign in to comment.