From 93a91b1d9b58804dbd9d6646102351c285e5265f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 30 Sep 2023 14:14:47 +0100 Subject: [PATCH] Fix failing build --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64567ffde..8347aaacb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: node-version: 18 - name: Prepare Draw Repository run: | - git clone https://${{ secrets.PAT }}@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1 + git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/roadmapsh/web-draw.git .temp/web-draw --depth 1 - uses: pnpm/action-setup@v2.2.2 with: version: 7.13.4