From d40839bb6022e058c629505a22a24d5690a95f8a Mon Sep 17 00:00:00 2001 From: Stanislav Kostenko Date: Thu, 10 Sep 2026 19:08:37 +0300 Subject: [PATCH] docs(config): require vpn access for pr preview url --- .github/workflows/pr-preview-s3.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-preview-s3.yml b/.github/workflows/pr-preview-s3.yml index f500a7cc..f5d5004c 100644 --- a/.github/workflows/pr-preview-s3.yml +++ b/.github/workflows/pr-preview-s3.yml @@ -110,6 +110,8 @@ jobs: **Preview URL:** ${previewUrl} + > **Note:** This preview URL is accessible only while connected to the company VPN. + --- *This preview will be automatically updated when you push new commits to this PR.*