From 2641112c2abe5a3d6642eb9b312a6aad7ddf9731 Mon Sep 17 00:00:00 2001 From: Sunil Singh Date: Wed, 30 Oct 2024 13:29:07 -0700 Subject: [PATCH] Removing token to resolve build error Signed-off-by: Sunil Singh --- .github/workflows/deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index aaa00508..1f4fb52e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,6 +22,4 @@ jobs: yarn build - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build \ No newline at end of file