0
Fork 0
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:
Daniel Lockyer 2023-04-19 15:13:52 +01:00 committed by GitHub
parent de41b07228
commit fcb100141b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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