From 4b7eab66dadd37ff02774b357f83fc476600e7d0 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 4 Apr 2025 21:16:00 +0100 Subject: [PATCH] Make deployment script accept pat --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index ea0864927..87e2b9c22 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -27,7 +27,7 @@ jobs: - name: Copy configuration files run: | cp configuration/dist/github/developer-roadmap.env .env - git ls-remote https://x-access-token:${{ github.token }}@github.com/roadmapsh/web-draw.git + git ls-remote https://${{ secrets.GITHUB_TOKEN }}@github.com/roadmapsh/web-draw.git # ----------------- # Prepare the Build