From 259119ee0261f9bc145aa6bd98798eb3b2c81547 Mon Sep 17 00:00:00 2001 From: oonyeje Date: Fri, 7 Mar 2025 16:12:53 -0500 Subject: [PATCH] - add tea login --- .gitea/workflows/llm_pipeline_actions.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/llm_pipeline_actions.yaml b/.gitea/workflows/llm_pipeline_actions.yaml index 6b71aa0..73cabf4 100644 --- a/.gitea/workflows/llm_pipeline_actions.yaml +++ b/.gitea/workflows/llm_pipeline_actions.yaml @@ -21,6 +21,10 @@ jobs: chmod +x tea ./tea --version + tea login add --name gitea --url ${{ gitea.server_url }} --token ${{ secrets.token }} + tea login default gitea + + - name: Review code env: GITEA_TOKEN: ${{ secrets.token }}