From 3aff4cc30517487379948c3fe9e1d796f3083df3 Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Tue, 24 Dec 2024 21:06:18 -0500 Subject: [PATCH] treat it as one parsing token please Signed-off-by: Amndeep Singh Mann --- .github/workflows/push-lite-to-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-lite-to-docker.yml b/.github/workflows/push-lite-to-docker.yml index 66263b9424..de6ff64657 100644 --- a/.github/workflows/push-lite-to-docker.yml +++ b/.github/workflows/push-lite-to-docker.yml @@ -36,4 +36,4 @@ jobs: - name: Clone Iron Bank repo run: | mkdir ironbank_heimdall - docker run -e GITLAB_HOST=repo1.dso.mil -e GITLAB_USERNAME=amann -e GITLAB_TOKEN={{ secrets.REPO1_PAT_AMANN_MINIMAL }} -v ironbank_heimdall:/ironbank_heimdall gitlab/glab glab repo clone https://amann:{{ secrets.REPO1_PAT_AMANN_MINIMAL }}@repo1.dso.mil/dsop/mitre/security-automation-framework/heimdall2.git /ironbank_heimdall + docker run -e GITLAB_HOST=repo1.dso.mil -e GITLAB_USERNAME=amann -e GITLAB_TOKEN="{{ secrets.REPO1_PAT_AMANN_MINIMAL }}" -v ironbank_heimdall:/ironbank_heimdall gitlab/glab glab repo clone https://amann:{{ secrets.REPO1_PAT_AMANN_MINIMAL }}@repo1.dso.mil/dsop/mitre/security-automation-framework/heimdall2.git /ironbank_heimdall