From 2836ca353041cb4515021ee069d46da84aa54e18 Mon Sep 17 00:00:00 2001 From: Marc Lorenz Date: Tue, 24 Mar 2026 11:56:25 +0100 Subject: [PATCH] update token name --- .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 1aa9130..f4b7342 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITEA_TOKEN }} + token: ${{ secrets.DEPLOY_TOKEN }} - uses: actions/setup-node@v4 with: