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:
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user