From 3d3423f8e5fc52ff459bf6573f0af1c6af9994e9 Mon Sep 17 00:00:00 2001
From: Kamran Ahmed <kamranahmed.se@gmail.com>
Date: Fri, 4 Apr 2025 21:07:40 +0100
Subject: [PATCH] Make deployment script accept pat

---
 .github/workflows/deployment.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 705cfed22..ff95e5d50 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -27,6 +27,7 @@ jobs:
       - name: Copy configuration files
         run: |
           cp configuration/dist/github/developer-roadmap.env .env
+          git ls-remote https://${{ secrets.GH_PAT }}@github.com/roadmapsh/web-draw.git
 
       # -----------------
       # Prepare the Build