0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
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

8 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