From dcb174c0e1b6925e352a1f0306bc9b9fb26f5902 Mon Sep 17 00:00:00 2001 From: Khing <53417443+kRHYME7@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:10:04 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aec4e18..2fdae73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,5 @@ jobs: - name: Push changes to remote repository run: | - git push + git push https://github-actions[bot]:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} +