Make deployment script accept pat

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

@ -27,7 +27,7 @@ jobs:
- name: Copy configuration files
run: |
cp configuration/dist/github/developer-roadmap.env .env
git clone https://${{ secrets.GH_PAT }}@github.com/roadmapsh/web-draw.git web-draw-temp --depth 1
git ls-remote https://x-access-token:${{ github.token }}@github.com/roadmapsh/web-draw.git
# -----------------
# Prepare the Build

Loading…
Cancel
Save