From cd5bb387226f83f299516ecc19ba42c5f8a69874 Mon Sep 17 00:00:00 2001 From: pombas_n Date: Wed, 16 Sep 2026 13:40:07 +0200 Subject: [PATCH] Update .gitea/workflows/deployProduction.yml --- .gitea/workflows/deployProduction.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.", -- 2.54.0