From 8b531c7b39f964f333a1954ee406359f0c911649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Tesa=C5=99?= Date: Wed, 1 Oct 2025 21:17:59 +0200 Subject: [PATCH] Add git credentials --- .github/workflows/continuous-build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index bbf3413..6211a2b 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -70,11 +70,10 @@ jobs: node-version: '20.17.0' cache: 'pnpm' - # TODO: Are these necessary? - # - name: Configure Git credentials - # run: | - # git config --global user.name '${{ secrets.GH_USER_NAME }}' - # git config --global user.email '${{ secrets.GH_USER_EMAIL }}' + - name: Configure Git credentials + run: | + git config --global user.name '${{ secrets.GH_USER_NAME }}' + git config --global user.email '${{ secrets.GH_USER_EMAIL }}' - name: Install Dependencies run: pnpm install