Workflows: push source to repo
Some checks failed
Build Latest / AlaskarTV (push) Has been cancelled

This commit is contained in:
nomadics9 2025-01-06 18:25:52 +03:00
parent 02eb8fe9f5
commit 5ca60b64e9
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -88,14 +88,14 @@ jobs:
- name: Push Source Code - name: Push Source Code
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
run: | run: |
cd app-release cd app-release
rm -rf .git .github CODEOWNERS CONTRIBUTORS.md README.md rm -rf .git .github CODEOWNERS CONTRIBUTORS.md README.md
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:${GITHUB_TOKEN}@git.askar.tv/nomad/alaskartv-source.git git remote add origin https://x-access-token:${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

View file

@ -1 +1 @@
v0.18.2 v0.18.3