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 04a6491 + 462c607 commit 163a2e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ on:
workflow_dispatch:

jobs:
build:
call_workflow:
call_workflow:
name: Run Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-timestamp-master-template.yml@main
Expand Down
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 163a2e1

Please sign in to comment.