diff --git a/.github/workflows/images_build_rhel.yml b/.github/workflows/images_build_rhel.yml index b3d7b97c6..ae1b97313 100644 --- a/.github/workflows/images_build_rhel.yml +++ b/.github/workflows/images_build_rhel.yml @@ -42,6 +42,13 @@ jobs: with: disable-sudo: true egress-policy: block + allowed-endpoints: > + github.com:443 + + - name: Checkout repository + uses: actions/checkout@v4 + with: + fetch-depth: 1 - name: Get branch info id: branch_info