diff --git a/.gitea/workflows/deployProduction.yml b/.gitea/workflows/deployProduction.yml index b26f072..a591cd9 100644 --- a/.gitea/workflows/deployProduction.yml +++ b/.gitea/workflows/deployProduction.yml @@ -25,7 +25,7 @@ jobs: curl -X POST \ -H "Authorization: token ${GIT_TOKEN}" \ -H "Content-Type: application/json" \ - https://gitea.psi.ch/api/v1/repos/pombas_n/WebHosting_DMZ/forks \ + https://gitea.psi.ch/api/v1/repos/linux/WebHosting_DMZ/forks \ -d '{}' - name: Clone fork @@ -100,7 +100,7 @@ jobs: curl -X POST \ -H "Authorization: token ${GIT_TOKEN}" \ -H "Content-Type: application/json" \ - https://gitea.psi.ch/api/v1/repos/pombas_n/WebHosting_DMZ/pulls \ + https://gitea.psi.ch/api/v1/repos/linux/WebHosting_DMZ/pulls \ -d '{ "title": "Update psitrail and pocketapp versions", "body": "Automated version update.",