Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed May 5, 2024
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
Expand Up @@ -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 "info@volumio.org"
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"
Expand Down

0 comments on commit bc0ecb0

Please sign in to comment.