Skip to content

Commit

Permalink
Merge pull request #36 from RDPerera/main
Browse files Browse the repository at this point in the history
Inherit Secrets in Pull Request Workflows
  • Loading branch information
MohamedSabthar authored Oct 18, 2023
2 parents 3a8ba45 + b2dfac6 commit 956d08f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
call_workflow:
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
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main
secrets: inherit

0 comments on commit 956d08f

Please sign in to comment.