Update preview.yml

This commit is contained in:
Xikaro 2023-12-14 17:50:52 +05:00
parent 8d91facb48
commit f1b5e2046a

View file

@ -20,5 +20,5 @@ jobs:
run: |
git submodule init
cd mods
git config --local credential.helper '!f() { echo "username=Xikaro"; echo "password=secrets.USER_TOKEN_XIKARO"; }; f'
git config --global credential.helper '!f() { echo "username=Xikaro"; echo "password=${{ secrets.USER_TOKEN_XIKARO }}"; }; f'
git submodule update --recursive