From 37e8f2d8c476b507b773541c752294d34ecf2cec Mon Sep 17 00:00:00 2001 From: Bart Piotrowski Date: Wed, 14 Jan 2026 14:19:16 +0100 Subject: [PATCH] Update API_URL --- .github/workflows/trigger-flathub-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-flathub-build.yml b/.github/workflows/trigger-flathub-build.yml index 48055b8..147cd4f 100644 --- a/.github/workflows/trigger-flathub-build.yml +++ b/.github/workflows/trigger-flathub-build.yml @@ -21,7 +21,7 @@ on: - 'false' env: - API_URL: https://flathub-vorarbeiter.apps.openshift.gnome.org/api/pipelines + API_URL: https://builds.flathub.org/api/pipelines FLATPAK_ID: ${{ github.event.inputs.flatpak_id }} GIT_BRANCH: ${{ github.event.inputs.git_branch }} FORCE_TEST: ${{ github.event.inputs.force_test }}