diff --git a/.github/workflows/update-repo.yml b/.github/workflows/update-repo.yml index 803ea8e..338c666 100644 --- a/.github/workflows/update-repo.yml +++ b/.github/workflows/update-repo.yml @@ -109,5 +109,5 @@ jobs: else git commit -m "Automated repo update: $(date)" # 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 \ No newline at end of file