From c31782e545ce18afc15e729b0f322fe8895213cf Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Mon, 6 Jan 2025 18:28:22 +0300 Subject: [PATCH] Workflows: push source to repo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 766575b..eae43bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: git init git config --global user.email "no-reply@askar.tv" git config --global user.name "AlaskarTV-Bot" - git remote add origin https://x-access-token:${FORGEJO_TOKEN}@git.askar.tv/nomad/alaskartv-source.git + git remote add origin https://{FORGEJO_TOKEN}:@git.askar.tv/nomad/alaskartv-source.git git add . git commit -m "Update" git branch -M main