Make deployment script accept pat

pull/8455/head
Kamran Ahmed 2 weeks ago
parent 999f6b09a8
commit 4b7eab66da
  1. 2
      .github/workflows/deployment.yml

@ -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

Loading…
Cancel
Save