From 7e5668dc82988f76d093c6eab4dc3aa7df5bd394 Mon Sep 17 00:00:00 2001 From: Volumio Date: Sun, 5 May 2024 12:13:10 +0200 Subject: [PATCH] test --- .github/workflows/main.yml | 8 ++++---- travis-script.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fd07095b..1e64a387b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - name: Run Script run: bash ./travis-script.sh - -env: - GH_REF: github.com/volumio/Volumio2-UI.git - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REF: github.com/volumio/Volumio2-UI.git + \ No newline at end of file diff --git a/travis-script.sh b/travis-script.sh index c7218c4e1..b0e34b260 100644 --- a/travis-script.sh +++ b/travis-script.sh @@ -49,6 +49,6 @@ echo "Initializing Git Repo" git init && git add . && git commit -m "Deploy to dist3 branch" echo "Pushing to dist3 branch" -git push --force --quiet master:dist3 +git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:dist3 cd .. \ No newline at end of file