Update .github/workflows/update-repo.yml

This commit is contained in:
2026-04-15 14:24:23 +02:00
parent dd8a2e5ea2
commit 9495e75302

View File

@@ -109,5 +109,5 @@ jobs:
else else
git commit -m "Automated repo update: $(date)" git commit -m "Automated repo update: $(date)"
# Note: Mitsuba100 is used here as the user; adjust if the Gitea repo owner is different. # Note: Mitsuba100 is used here as the user; adjust if the Gitea repo owner is different.
git push https://Mitsuba100:${{ secrets.GITEAPAT }}@git.stuple.net/Mitsuba100/hyprarch-repo.git main git push https://Mitsuba100:${{ secrets.GITEAPAT }}@git.stuple.net/Stuple-Networks/hyprarch-repo.git main
fi fi