From 0d3b5021267af2c0eec60cfc828bd3e9962560e3 Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Fri, 12 Jun 2026 02:39:34 -0700 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1dd7b37..68d76b7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Bump riverside in infra repo env: - FORGE_TOKEN: ${{ secrets.REGISTRY_PASSWORD }} + FORGE_TOKEN: ${{ secrets.INFRA_TOKEN }} FORGE_USER: ${{ secrets.REGISTRY_USERNAME }} SHA: ${{ github.sha }} IMAGE_DIGEST: ${{ needs.build.outputs.image_digest }}