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