1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

Make deployment script accept pat

This commit is contained in:
Kamran Ahmed
2025-04-04 21:11:47 +01:00
parent 3d3423f8e5
commit a9cd557dd3

View File

@@ -27,7 +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
git clone https://${{ secrets.GH_PAT }}@github.com/roadmapsh/web-draw.git web-draw-temp --depth 1
# -----------------
# Prepare the Build