From 347978fa2f5ba2d446ac691103e9241712cb3366 Mon Sep 17 00:00:00 2001 From: Tracewebstudio Dev Date: Sun, 19 Apr 2026 15:43:57 +0200 Subject: [PATCH] ci: use GITEA_SECRET --- .github/workflows/sync-to-gitea.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-gitea.yml b/.github/workflows/sync-to-gitea.yml index fb297b9..341a21e 100644 --- a/.github/workflows/sync-to-gitea.yml +++ b/.github/workflows/sync-to-gitea.yml @@ -18,7 +18,7 @@ jobs: - name: Push to Gitea main env: - GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} + GITEA_TOKEN: ${{ secrets.GITEA_SECRET }} run: | echo "Syncing nxtgauge-ai-assistant:main → Gitea main" echo "Commit: $(git rev-parse HEAD)"