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