From 04f84e3e9cde687b60e96375c214b511707037ed Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 9 Jul 2024 16:59:34 +0100 Subject: [PATCH] HPCC-32220 Remove GH_ACTOR and GH_TOKEN from nightly builds Signed-off-by: Gordon Smith --- dockerfiles/platform-build/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfiles/platform-build/Dockerfile b/dockerfiles/platform-build/Dockerfile index e5cdbd6b948..6076e525713 100644 --- a/dockerfiles/platform-build/Dockerfile +++ b/dockerfiles/platform-build/Dockerfile @@ -68,8 +68,6 @@ RUN git clone --no-checkout https://github.com/${BUILD_USER}/HPCC-Platform.git & WORKDIR /hpcc-dev/HPCC-Platform/vcpkg RUN ./bootstrap-vcpkg.sh -ARG GITHUB_ACTOR=hpcc-systems -ARG GITHUB_TOKEN=none WORKDIR /hpcc-dev/build