From 87b56cfbc1301c31b640b5a3e04f3fa35f719d56 Mon Sep 17 00:00:00 2001 From: wh1t3h47 Date: Fri, 13 Oct 2023 18:47:58 -0300 Subject: [PATCH] fix(infra): Deploy error (no email) :octocat: --- .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 06c7693..7d7337d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,6 @@ jobs: git config user.name 'GitHub Actions' git config user.email 'actions@users.noreply.github.com' git remote add origin_with_token https://$GH_TOKEN@github.com/wh1t3h47/ts-statistics.git - git push origin_with_token master + yarn run deploy env: GH_TOKEN: ${{ secrets.GH_TOKEN }}