diff --git a/.github/workflows/common-test-and-update-docs.yml b/.github/workflows/common-test-and-update-docs.yml index d0215ef..ff905ea 100644 --- a/.github/workflows/common-test-and-update-docs.yml +++ b/.github/workflows/common-test-and-update-docs.yml @@ -44,15 +44,17 @@ jobs: uses: codecov/codecov-action@v4 with: files: docs/coverage.out - token: ${{ secrets.CODECOV_TOKEN }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results to Codecov if: ${{ !cancelled() }} uses: codecov/test-results-action@v1 with: files: docs/test-report.xml - token: ${{ secrets.CODECOV_TOKEN }} - + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + - name: Execute updateDocs.sh in container run: docker exec leap-ledger-server sh "./docs/updateDocs.sh"