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

Make deployment script accept pat

This commit is contained in:
Kamran Ahmed
2025-04-04 21:16:00 +01:00
parent 999f6b09a8
commit 4b7eab66da

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 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 # Prepare the Build