From 9b98d3b0ee39e30fd9b715359fc7929038521f57 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sun, 18 Jan 2026 13:16:13 +0100 Subject: [PATCH] Tried PAT --- .gitea/workflows/pull_request.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index b2d3f86..a4f256f 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -124,14 +124,11 @@ jobs: path: './pubspec.yaml' - name: Commit version update + env: + GITEA_TOKEN: ${{ secrets.BOT_TOKEN }} run: | - git fetch origin ${{ gitea.head_ref }} - git checkout ${{ gitea.head_ref }} - git config --global user.name "Felix Kirchner" git config --global user.email "felix.kirchner.fk@gmail.com" git add pubspec.yaml git commit -m "Updated version number" - # git push - # git push --force - git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }} + git push https://flixcoo:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }} \ No newline at end of file