mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-11-26 22:27:47 +00:00
le pain
This commit is contained in:
parent
694bd2f2dd
commit
2d1118ab04
3
.github/workflows/build-game.yml
vendored
3
.github/workflows/build-game.yml
vendored
|
|
@ -88,6 +88,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
token: ${{ steps.app_token.outputs.token }}
|
token: ${{ steps.app_token.outputs.token }}
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Config haxelib
|
- name: Config haxelib
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -105,7 +106,7 @@ jobs:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
git config --global "credential.helper" "store --file=/tmp/git-credentials"
|
git config --global "credential.helper" "store --file=/tmp/git-credentials"
|
||||||
git config --global "credential.https://github.com.username" "git"
|
git config --global "credential.https://github.com.username" "x-access-token"
|
||||||
git config --global "credential.https://github.com.password" "${{ steps.app_token.outputs.token }}"
|
git config --global "credential.https://github.com.password" "${{ steps.app_token.outputs.token }}"
|
||||||
haxelib --debug git funkVis https://github.com/FunkinCrew/funkVis backend-rework
|
haxelib --debug git funkVis https://github.com/FunkinCrew/funkVis backend-rework
|
||||||
haxelib --global run hmm install -q
|
haxelib --global run hmm install -q
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue