Update build.yml
This commit is contained in:
parent
62c238693d
commit
49975e1ffd
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -280,7 +280,7 @@ jobs:
|
|||
run: |
|
||||
git submodule init
|
||||
cd mods
|
||||
git config --global credential.helper '!f() { echo "password=${{ secrets.GITHUB_TOKEN }}"; }; f'
|
||||
git config --global credential.helper '!f() { echo "username=${{ github.triggering_actor }}"; echo "password=${{ secrets.GITHUB_TOKEN }}"; }; f'
|
||||
git submodule update --recursive
|
||||
|
||||
- name: Export MMC
|
||||
|
|
@ -316,9 +316,9 @@ jobs:
|
|||
run: |
|
||||
git submodule init
|
||||
cd mods
|
||||
git config --global
|
||||
git config --global credential.helper '!f() {
|
||||
echo "username=Xikaro";
|
||||
echo "password=${{ secrets.USER_TOKEN_XIKARO }}";
|
||||
echo "password=${{ secrets.USER_TOKEN_XIKARO }}"; }; f'
|
||||
git submodule update --recursive
|
||||
|
||||
- name: Export serverpack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue