Workflow syntax for GitHub Actions - GitHub Docs

PHOTO EMBED

Mon Jan 30 2023 03:53:00 GMT+0000 (Coordinated Universal Time)

Saved by @gebaby

on:
  workflow_dispatch:

jobs:
  pass-secrets-to-workflow:
    uses: ./.github/workflows/called-workflow.yml
    secrets: inherit
content_copyCOPY

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule