mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Allowed secrets to passthrough to re-usable workflow
- this is needed so we can pass the secrets down the workflow chain
This commit is contained in:
parent
9c59fbfb52
commit
f2f3f5cf79
1 changed files with 1 additions and 0 deletions
1
.github/workflows/canary.yml
vendored
1
.github/workflows/canary.yml
vendored
|
@ -5,3 +5,4 @@ env:
|
|||
jobs:
|
||||
canary:
|
||||
uses: tryghost/actions/.github/workflows/canary.yml@main
|
||||
secrets: inherit
|
||||
|
|
Loading…
Add table
Reference in a new issue