mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 20:21:50 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user