Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
volumio committed May 5, 2024
1 parent e5e1967 commit c531f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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"
console.log(${{ secrets.GITHUB_TOKEN }})

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

Expand Down

0 comments on commit c531f20

Please sign in to comment.