f2f3f5cf79
- this is needed so we can pass the secrets down the workflow chain
9 lines
161 B
YAML
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
|