From 4d341b74ae12950326f307369d26348a229707b7 Mon Sep 17 00:00:00 2001 From: wh1t3h47 Date: Fri, 13 Oct 2023 18:30:49 -0300 Subject: [PATCH] fix(infra): Deploy error (no PAT) :octocat: --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fbdaa53..d6815b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,6 +26,6 @@ jobs: - name: Deploy to GitHub Pages run: | - git config --global user.name 'GitHub Actions' - git config --global user.email 'actions@users.noreply.github.com' yarn run deploy + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }}