From 25fcd44460e9dee01c495a6c0c77bf77800a0b12 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Thu, 11 Jun 2026 22:53:14 -0700 Subject: [PATCH] Wip --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 83875ea..41cd218 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: steps: - name: Bump riverside in infra repo env: - FORGE_TOKEN: ${{ secrets.FORGE_TOKEN }} - FORGE_USER: ${{ secrets.FORGE_USER }} + FORGE_TOKEN: ${{ secrets.REGISTRY_PASSWORD }} + FORGE_USER: ${{ secrets.REGISTRY_USERNAME }} SHA: ${{ github.sha }} run: | git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" infra