From 42c28555cd661542b53b92ea1a6adfbc3d50cebe Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Mon, 8 Apr 2024 23:01:54 +0200 Subject: [PATCH] set identity2 --- .github/workflows/auto_pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_pull_request.yaml b/.github/workflows/auto_pull_request.yaml index 687d0abec..f4770d040 100644 --- a/.github/workflows/auto_pull_request.yaml +++ b/.github/workflows/auto_pull_request.yaml @@ -19,8 +19,8 @@ jobs: - name: Pull changes from FluffyChat run: | - git config --global user.email "${{ secrets.CI_EMAIL }}" - git config --global user.name "${{ secrets.CI_USERNAME }}" + git config --global user.email "${{ vars.CI_EMAIL }}" + git config --global user.name "${{ vars.CI_USERNAME }}" git remote add fluffychat https://github.com/krille-chan/fluffychat git fetch fluffychat main git merge --no-edit fluffychat/main --allow-unrelated-histories