diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index be7ff160..ddfced86 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -512,7 +512,7 @@ jobs: run: pnpm run check:og - name: 🌐 Core Smoke Tests (HTTP, API, Locale) if: always() && steps.deps.outcome == 'success' - uses: mmintel/at-mintel/.gitea/actions/core-smoke-tests@main + uses: https://git.infra.mintel.me/mmintel/at-mintel/.gitea/actions/core-smoke-tests@main with: TARGET_URL: ${{ needs.prepare.outputs.next_public_url }} GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || 'klz2026' }}