Add Workflwo

This commit is contained in:
Michel Roegl-Brunner 2025-05-13 12:00:16 +02:00
parent f0b52cd661
commit ae5023cbb8

View File

@ -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 }}