Skip to content

[GHA] testing workflow secret inheritance #1

[GHA] testing workflow secret inheritance

[GHA] testing workflow secret inheritance #1

name: Nightly Cron test inherit secrets
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
publish-latest-website:

Check failure on line 10 in .github/workflows/nightly-test-inherit.yml

View workflow run for this annotation

GitHub Actions / Nightly Cron test inherit secrets

Invalid workflow file

The workflow is not valid. .github/workflows/nightly-test-inherit.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
name: Publish latest website
needs: [tests-and-coverage-nightly, package-test-deploy-pypi]
uses: ./.github/workflows/publish_website.yml
secrets: inherit