diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6a667b4..65597baf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,10 +42,10 @@ jobs: - name: Prepare for Compilation run: | - git config --global user.name "XelXen" - git config --global user.email "78258352+XelXen@users.noreply.github.com" + git config --global user.name "alefvanoon" + git config --global user.email "53198048+alefvanoon@users.noreply.github.com" git config --global credential.helper store - echo "https://XelXen:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials + echo "https://alefvanoon:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials - name: Patch and Compile run: |