From a6ff7df46d8602eb3168d0c799e159ac07cf2892 Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Tue, 17 Oct 2023 11:26:01 +0530 Subject: [PATCH] Inherit secret in pull request workflow --- .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 567aa3a..d78bfc2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,3 +13,4 @@ jobs: uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main with: additional-windows-test-flags: "-x test" + secrets: inherit