Skip to content

Commit a772562

Browse files
committed
.github/workflows: remove unnecessary permissions for leaving PR comments
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions Signed-off-by: Patrick Donnelly <[email protected]>
1 parent 2800c8d commit a772562

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/redmine-upkeep.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
runs-on: ubuntu-latest
4040
# This condition ensures the job only runs in the main ceph/ceph repository and only on the specified branches.
4141
if: github.repository == 'ceph/ceph' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/redmine-upkeep')
42-
permissions:
43-
# To allow writing comments on PRs:
44-
issues: write
4542
steps:
4643
- name: Checkout main branch for pull_request_target
4744
if: github.event_name == 'pull_request_target'

0 commit comments

Comments
 (0)