diff --git a/.github/workflows/api-compiler.yml b/.github/workflows/api-compiler.yml index 850ab5a6a..a16c76d28 100644 --- a/.github/workflows/api-compiler.yml +++ b/.github/workflows/api-compiler.yml @@ -11,10 +11,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: Run Script run: | @@ -29,4 +29,4 @@ jobs: cd bot-api git add -f * git commit -m "WORKFLOW: BUILD BINARIES" - git push -u \ No newline at end of file + git push -u