Skip to content

Commit

Permalink
Merge pull request #12709 from yuumasato/fix_permissions_on_ocp_test_…
Browse files Browse the repository at this point in the history
…workflow

Fix permissions on ocp test workflow
  • Loading branch information
Mab879 authored Dec 13, 2024
2 parents 5574a66 + 0b5e0b8 commit e8edd6e
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 e8edd6e

Please sign in to comment.