1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

suffering

This commit is contained in:
Hazel 2024-04-24 21:10:39 +01:00
parent 918c05b0ed
commit 72131af794
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ runs:
key="credential.https://github.com"
git config --list --show-origin --show-scope
if [ ! -z "${{ inputs.gh-token }}" ]; then
git config --global "credential.helper" 'cache --timeout=3600'
git config --global "credential.helper" "store --file=/tmp/git-credentials"
git config --global "$key.username" "git"
git config --global "$key.password" "${{ inputs.gh-token }}"
fi

View file

@ -105,7 +105,7 @@ jobs:
name: Install dependencies
run: |
key="credential.https://github.com"
git config --global "credential.helper" 'cache --timeout=3600'
git config --global "credential.helper" "store --file=/tmp/git-credentials"
git config --global "$key.username" "git"
git config --global "$key.password" "${{ steps.app_token.outputs.token }}"
haxelib --debug git funkVis https://github.com/FunkinCrew/funkVis backend-rework