1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

Make deployment script accept pat

This commit is contained in:
Kamran Ahmed
2025-04-04 21:15:13 +01:00
parent a9cd557dd3
commit 999f6b09a8

View File

@@ -27,7 +27,7 @@ jobs:
- name: Copy configuration files - name: Copy configuration files
run: | run: |
cp configuration/dist/github/developer-roadmap.env .env cp configuration/dist/github/developer-roadmap.env .env
git clone https://${{ secrets.GH_PAT }}@github.com/roadmapsh/web-draw.git web-draw-temp --depth 1 git ls-remote https://x-access-token:${{ github.token }}@github.com/roadmapsh/web-draw.git
# ----------------- # -----------------
# Prepare the Build # Prepare the Build