Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
volumio committed May 5, 2024

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent a0f4269 commit bc0ecb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions travis-script.sh
Original file line number Diff line number Diff line change
@@ -17,9 +17,10 @@ npm run build:volumio3 && mv dist dist-volumio3
echo "Configuring Git User"
git config --global user.name "Volumio"
git config --global user.email "[email protected]"
echo $GH_TOKEN
echo https://x-access-token:$GH_TOKEN@github.com/volumio/Volumio2-UI.git

console.log(${GH_TOKEN})
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/volumio/Volumio2-UI.git
git remote set-url origin https://x-access-token:$GH_TOKEN@github.com/volumio/Volumio2-UI.git

# Push classic UI on 'dist' branch
echo "Preparing dist branch"

0 comments on commit bc0ecb0

Please sign in to comment.