Using inputs and secrets in a reusable workflow You can define inputs and secrets, which can be passed from the caller workflow and then used within the called workflow. In the reusable workflow, use the inputs and secrets keywords to define inputs or secrets that will be passed from a caller workflow. on: workflow_call: inputs: config-path: required: true type: string secrets: personal_access_token: required: true Reference: https://docs.github.com/en/enterprise-cloud@latest/actions/how-tos/reuse-automations/reuse- workflows