Make deployment script accept pat

pull/8455/head
Kamran Ahmed 2 weeks ago
parent a5eb5231cb
commit 3d3423f8e5
  1. 1
      .github/workflows/deployment.yml

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

Loading…
Cancel
Save