diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e7cfdd27..4f0bbedbf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: git config user.email "info@volumio.org" git add . git commit -m "Deploy to dist branch" - git remote add origin https://github.com/volumio/Volumio2-UI.git + git remote add origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/volumio/Volumio2-UI.git git push --force origin master:dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}