From ddf2b4fda5e39562584e78c95e80ae4ff5e24c4f Mon Sep 17 00:00:00 2001 From: Checkout Charlie Date: Sat, 23 May 2026 19:22:21 +0000 Subject: [PATCH] fix: change vars.GITEA_DEPLOY_KEY to secrets.GITEA_DEPLOY_KEY per CTO review --- .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 f25ac58..1a7bb32 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ vars.GITEA_DEPLOY_KEY }} + token: ${{ secrets.GITEA_DEPLOY_KEY }} ref: main path: infra @@ -228,7 +228,7 @@ jobs: uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ vars.GITEA_DEPLOY_KEY }} + token: ${{ secrets.GITEA_DEPLOY_KEY }} ref: main path: infra