Ghost/.github/workflows/canary.yml
Daniel Lockyer f2f3f5cf79
Allowed secrets to passthrough to re-usable workflow
- this is needed so we can pass the secrets down the workflow chain
2023-04-20 08:52:29 +01:00

9 lines
161 B
YAML

name: Canary Build
on: workflow_dispatch
env:
FORCE_COLOR: 1
jobs:
canary:
uses: tryghost/actions/.github/workflows/canary.yml@main
secrets: inherit