From 7f53571d3564808688df1c1c28fc89ed04eb191c Mon Sep 17 00:00:00 2001 From: Volumio Date: Sun, 5 May 2024 12:34:02 +0200 Subject: [PATCH] Test --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ddc0ddcb..0e7cfdd27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,9 @@ jobs: git config user.email "info@volumio.org" git add . git commit -m "Deploy to dist branch" - git push --force "https://${{ secrets.GITHUB_TOKEN }}@github.com/volumio/Volumio2-UI.git" master:dist + git remote add origin https://github.com/volumio/Volumio2-UI.git + git push --force origin master:dist + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file