Changes to gitea workflow

This commit is contained in:
Michel Roegl-Brunner 2025-05-13 13:58:20 +02:00
parent 958fd42cae
commit b7967013ec

View File

@ -18,7 +18,7 @@ jobs:
git config --global user.name "Push From Github"
git config --global user.email "actions@github.com"
git remote add gitea http://$GITEA_USER:$GITEA_TOKEN@git.community-scripts.org/community-scripts/ProxmoxVED.git
git push gitea main --mirror
git push gitea --mirror
env:
GITEA_USER: ${{ secrets.GITEA_USERNAME }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}