From 1d71c813210facfcab562cdc7300d96528de8df6 Mon Sep 17 00:00:00 2001 From: Maxim Sadofyev Date: Sun, 10 Mar 2024 00:32:06 +0500 Subject: [PATCH] test --- .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 38bd7aa..07a02e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: mkdir output git config --global user.email "noreply@github.com" git config --global user.name "${GITHUB_ACTOR}" - git clone https://${{ secrets.ACCESS_TOKEN }}@github.com/sunriselink/har-viewer.git --branch ${PAGES_BRANCH} --single-branch ./output + git clone https://${{ github.token }}@github.com/sunriselink/har-viewer.git --branch ${PAGES_BRANCH} --single-branch ./output - name: Deploy working-directory: output run: |