mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
change git config
This commit is contained in:
parent
7f0bad0173
commit
befccd6925
6
.github/workflows/api-compiler.yml
vendored
6
.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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user