Workflows: push source to repo
This commit is contained in:
parent
dd8e5f0407
commit
c31782e545
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -95,7 +95,7 @@ jobs:
|
||||||
git init
|
git init
|
||||||
git config --global user.email "no-reply@askar.tv"
|
git config --global user.email "no-reply@askar.tv"
|
||||||
git config --global user.name "AlaskarTV-Bot"
|
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 add .
|
||||||
git commit -m "Update"
|
git commit -m "Update"
|
||||||
git branch -M main
|
git branch -M main
|
||||||
|
|
Loading…
Reference in a new issue