From 447179939ae4731c6c75c59eb4b50e02f1f2225d Mon Sep 17 00:00:00 2001 From: Codinget Date: Fri, 22 May 2026 23:40:53 +0000 Subject: [PATCH] ci: see with deploy token --- .gitea/workflows/test-dispatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index d2ed4da..104a222 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -27,6 +27,6 @@ jobs: - name: Install tea run: curl -sL "https://dl.gitea.com/tea/0.14.1/tea-0.14.1-linux-amd64" -o tea && chmod +x tea - name: Add token - run: ./tea login add --url "${{ gitea.server_url }}" --token "${{ gitea.token }}" --name gitea + run: ./tea login add --url "${{ gitea.server_url }}" --token "${{ secrets.deploy_token }}" --name gitea - name: Trigger with tea run: ./tea actions workflows dispatch --repo "privileged/deployments" --ref main --login "gitea" update-doki-theme-gitea.yaml