From 11611630e59efa0e528f09c9c41670d3b5e01195 Mon Sep 17 00:00:00 2001 From: "frank (G) pereira jr" Date: Thu, 16 Apr 2026 11:59:25 -0700 Subject: [PATCH] Update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index da1ea0c..8781b8e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ -on.workflow_call.inputs on.workflow_call.secrets. -jobs:secret - reusable_workflow_job: - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v6 - with: - repo-token: ${{ secrets.personal_access_token }} - configuration-path: ${{ inputs.config-path }} +jobs: + workflowB-calls-workflowC: + uses: different-org/example-repo/.github/workflows/C.yml@main + secrets: + repo-token: ${{ secrets.personal_access_token }} # pass just this secret +configuration-path: ${{ inputs.config-path }} #run daily review https://frankpereira1-web/daily-briefing/blob/🌅 Frank's Daily Briefing