diff --git a/.github/workflows/agent_ci.yaml b/.github/workflows/agent_ci.yaml index b54ddbd0d..f9cf893af 100644 --- a/.github/workflows/agent_ci.yaml +++ b/.github/workflows/agent_ci.yaml @@ -73,5 +73,7 @@ jobs: working-directory: erniebot-agent - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + with: + token: ${{ secrets.CODECOV_TOKEN }} + directory: erniebot-agent + name: erniebot-agent