]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
.github/workflows: remove unnecessary permissions for leaving PR comments
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 21 Aug 2025 22:59:53 +0000 (18:59 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 25 Aug 2025 16:22:26 +0000 (12:22 -0400)
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#permissions

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
.github/workflows/redmine-upkeep.yml

index 11400145ee4937be840e4bd9ec5c5fdd4aa4190a..f3ddf6f570e48bb30feb2058c40091631a9ec47e 100644 (file)
@@ -39,9 +39,6 @@ jobs:
     runs-on: ubuntu-latest
     # This condition ensures the job only runs in the main ceph/ceph repository and only on the specified branches.
     if: github.repository == 'ceph/ceph' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feature/redmine-upkeep')
-    permissions:
-      # To allow writing comments on PRs:
-      issues: write
     steps:
       - name: Checkout main branch for pull_request_target
         if: github.event_name == 'pull_request_target'