From e70cfc561a9c35100a82a998937d0d9ae5b2aad4 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Mon, 16 Oct 2023 11:42:04 +0000 Subject: [PATCH] Inherit secrets in pull request workflows --- .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 0bae7361a..a83a8634e 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