diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index ea0864927..87e2b9c22 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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