diff --git a/.github/workflows/push-to-gitea.yml b/.github/workflows/push-to-gitea.yml index 0accba6f1..77020201b 100644 --- a/.github/workflows/push-to-gitea.yml +++ b/.github/workflows/push-to-gitea.yml @@ -17,7 +17,7 @@ jobs: run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com" - git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@gitea.example.com/user/repo.git + git remote add gitea https://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVED.git git push gitea HEAD:main --force env: GITEA_USER: ${{ secrets.GITEA_USER }}