From 63fa341eaf698297c501b770cb8ea7c94df1340f Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 11 Feb 2024 00:29:33 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/images_build_rhel.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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