From 654f07f4fae69f13b347967aee0d7a71618f2a03 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Mon, 16 Oct 2023 14:30:49 +0530 Subject: [PATCH] Add codecov token to pull request template workflow --- .github/workflows/pull-request-build-template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request-build-template.yml b/.github/workflows/pull-request-build-template.yml index 2911e593..8bd5f31c 100644 --- a/.github/workflows/pull-request-build-template.yml +++ b/.github/workflows/pull-request-build-template.yml @@ -50,6 +50,8 @@ jobs: - name: Generate Codecov Report uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} windows-build: name: Build on Windows