From 22c48c84dffeff5167ecf383f140642a32eb3ab6 Mon Sep 17 00:00:00 2001 From: aashikam Date: Wed, 8 May 2024 20:46:06 +0530 Subject: [PATCH] Inherit repo secrets to PR build --- .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 bdffebb3..fdfe23fe 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,3 +9,4 @@ jobs: uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main with: additional-windows-test-flags: "-x test" + secrets: inherit