Skip to content

Commit

Permalink
Allow the OCP trigger test profiles to comment PRs
Browse files Browse the repository at this point in the history
Give the GH workflow job the permission to comment on PRs.
  • Loading branch information
yuumasato committed Dec 12, 2024
1 parent a6e8a6b commit 0b5e0b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ocp-test-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b5e0b8

Please sign in to comment.