Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Jan 4, 2024
1 parent 62c2386 commit 49975e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 49975e1

Please sign in to comment.