From c110150b1de542addbc2725fe85833f6eea7d91f Mon Sep 17 00:00:00 2001
From: Ellet <ellet@freshplatform.net>
Date: Sun, 19 May 2024 18:48:32 +0300
Subject: [PATCH] chore: an attempt to fix the new publish github workflow

---
 .github/workflows/publish.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 0162ec26..bf80ea64 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -58,8 +58,9 @@ jobs:
         run: dart ./scripts/regenerate_versions.dart ${{ steps.extract_version.outputs.VERSION }}
 
       - name: Commit the changes of the updated version & CHANGELOG for all the packages
-        uses: stefanzweifel/git-auto-commit-action@v5
+        uses: devops-infra/action-commit-push@v0.9.2
         with:
+          github_token: "${{ secrets.GITHUB_TOKEN }}"
           commit_message: "chore(version): update to version ${{ steps.extract_version.outputs.VERSION }}"
 
       - name: Check if package is ready for publishing