Skip to content

Commit

Permalink
ci: update permissions for source-git automation workflows
Browse files Browse the repository at this point in the history
The new version of `redhat-plumbers-in-action/advanced-commit-linter` requires new permission: `checks: write`.

redhat-plumbers-in-action/advanced-commit-linter@f1bb35f

rhel-only

Related: #2179309
  • Loading branch information
jamacku authored and systemd-rhel-bot committed May 19, 2023
1 parent 06b0704 commit ab5a221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source-git-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
validated-pr-metadata: ${{ steps.commit-linter.outputs.validated-pr-metadata }}

permissions:
statuses: write
checks: write
pull-requests: write

steps:
Expand Down

0 comments on commit ab5a221

Please sign in to comment.