From 5c105ce7b74a4a5d7a703a8d681eb64d0a0593e7 Mon Sep 17 00:00:00 2001 From: Kalaiyarasiganeshalingam Date: Wed, 18 Oct 2023 11:07:31 +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 00b6d64..494e6ae 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,3 +11,4 @@ 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