From 4a6ca4ef5bd60bd8771770711b055fb97ea3f792 Mon Sep 17 00:00:00 2001 From: Niveathika Date: Tue, 17 Oct 2023 11:27:01 +0530 Subject: [PATCH] Inherit secrets for codecov --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9674dbeb..a9ec9557 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,5 +11,6 @@ jobs: name: Run PR Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main + secrets: inherit with: additional-windows-test-flags: "-x test"