[GHA] testing workflow secret inheritance #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Nightly Cron test inherit secretsInvalid workflow file
|
||
name: Publish latest website | ||
uses: ./.github/workflows/publish_website.yml | ||
secrets: inherit |