From 0b5e0b87db136eace9550959882eadf2ab26e2ac Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Thu, 12 Dec 2024 11:03:03 -0300 Subject: [PATCH] Allow the OCP trigger test profiles to comment PRs Give the GH workflow job the permission to comment on PRs. --- .github/workflows/ocp-test-profiles.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ocp-test-profiles.yaml b/.github/workflows/ocp-test-profiles.yaml index 7bcf250305f..fa380328036 100644 --- a/.github/workflows/ocp-test-profiles.yaml +++ b/.github/workflows/ocp-test-profiles.yaml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest container: image: fedora:latest + permissions: + pull-requests: write steps: - name: Install Deps run: dnf install -y cmake make openscap-utils python3-pyyaml python3-jinja2 git python3-deepdiff python3-requests jq python3-pip nodejs