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 }}