From 33ff11f39871340efd0b91fc41831459c86ff7fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Mon, 1 Jul 2024 13:03:56 +0300 Subject: [PATCH] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- .github/workflows/build-and-test-differential.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index 03d2c6c..9d603ae 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -51,6 +51,7 @@ jobs: fail_ci_if_error: false verbose: true flags: differential + token: ${{ secrets.CODECOV_TOKEN }} clang-tidy-differential: runs-on: ubuntu-latest @@ -85,4 +86,3 @@ jobs: target-packages: ${{ steps.get-modified-packages.outputs.modified-packages }} target-files: ${{ steps.get-modified-files.outputs.all_changed_files }} clang-tidy-config-url: https://raw.githubusercontent.com/autowarefoundation/autoware/main/.clang-tidy - token: ${{ secrets.CODECOV_TOKEN }}