mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-22 14:53:53 +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:
|
||||
submodules: 'recursive'
|
||||
token: ${{ steps.app_token.outputs.token }}
|
||||
persist-credentials: false
|
||||
|
||||
- name: Config haxelib
|
||||
run: |
|
||||
|
@ -105,7 +106,7 @@ jobs:
|
|||
name: Install dependencies
|
||||
run: |
|
||||
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 }}"
|
||||
haxelib --debug git funkVis https://github.com/FunkinCrew/funkVis backend-rework
|
||||
haxelib --global run hmm install -q
|
||||
|
|
Loading…
Reference in a new issue