From f52a36ffc230dbf6b786b1ca8096c6f4ce13163d Mon Sep 17 00:00:00 2001 From: adlzanchetta Date: Tue, 12 Mar 2024 19:58:02 -0400 Subject: [PATCH] Tiny fix to the workflow --- .github/workflows/autodeploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodeploy.yaml b/.github/workflows/autodeploy.yaml index 68159af..3fbd82a 100644 --- a/.github/workflows/autodeploy.yaml +++ b/.github/workflows/autodeploy.yaml @@ -16,7 +16,7 @@ jobs: with: node-version: '20.11' - run: npm install - - run: GIT_USER=${{ secrets.PUBLISHER_NAME }} GIT_PASS=${{ secrets.PUBLISHER_TOKEN }} GIT_USER_EMAIL={{ secrets.PUBLISHER_EMAIL }} npm run deploy + - run: GIT_USER=${{ secrets.PUBLISHER_NAME }} GIT_PASS=${{ secrets.PUBLISHER_TOKEN }} GIT_USER_EMAIL=${{ secrets.PUBLISHER_EMAIL }} npm run deploy - uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }}