From 23dfcb0fb8c1718d84097b5ade68ea6b61e7a01b Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Thu, 23 Oct 2025 03:38:24 -0400 Subject: [PATCH] fix another github mistake --- .gitea/workflows/build-stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-stable.yml b/.gitea/workflows/build-stable.yml index 1a9a0fe..3b28f16 100644 --- a/.gitea/workflows/build-stable.yml +++ b/.gitea/workflows/build-stable.yml @@ -34,7 +34,7 @@ jobs: with: registry: git.vpn.cusano.net username: ${{ gitea.actor }} # Uses the user or bot that triggered the workflow - password: ${{ secrets.GITHUB_TOKEN }} # The built-in, temporary token + password: ${{ secrets.GITEA_TOKEN }} # The built-in, temporary token - name: Get Meta id: meta