mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Allowed secrets to be passed to child workflows
- we need this so the Canary build can access our repo secrets
This commit is contained in:
parent
de41b07228
commit
fcb100141b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -359,4 +359,5 @@ jobs:
|
|||
needs: [lint, ghost-cli, admin-tests, migrations, unit-tests, database-tests]
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
name: Canary
|
||||
secrets: inherit
|
||||
uses: tryghost/actions/.github/workflows/canary.yml@main
|
||||
|
|
Loading…
Add table
Reference in a new issue