mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
change git config
This commit is contained in:
parent
7f0bad0173
commit
befccd6925
8
.github/workflows/api-compiler.yml
vendored
8
.github/workflows/api-compiler.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
||||
|
||||
- name: Prepare for Compilation
|
||||
run: |
|
||||
git config --global user.name "XelXen"
|
||||
git config --global user.email "78258352+XelXen@users.noreply.github.com"
|
||||
git config --global user.name "alefvanoon"
|
||||
git config --global user.email "53198048+alefvanoon@users.noreply.github.com"
|
||||
git config --global credential.helper store
|
||||
echo "https://XelXen:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
|
||||
echo "https://alefvanoon:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
|
||||
|
||||
- name: Run Script
|
||||
run: |
|
||||
@ -29,4 +29,4 @@ jobs:
|
||||
cd bot-api
|
||||
git add -f *
|
||||
git commit -m "WORKFLOW: BUILD BINARIES"
|
||||
git push -u
|
||||
git push -u
|
||||
|
Loading…
x
Reference in New Issue
Block a user