Skip to content

build: try and inherit secrets. #21

build: try and inherit secrets.

build: try and inherit secrets. #21

Workflow file for this run

name: Continuous
on:
push:
branches:
- 'main'
jobs:
QC:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository and Submodules
uses: actions/checkout@v4
- name: Quality Control
uses: "./.github/workflows/qc"
Documentation:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository and Submodules
uses: actions/checkout@v4
- name: Build & Deploy Documentation
uses: "./.github/workflows/docs"
secrets: inherit

Check failure on line 22 in .github/workflows/continuous.yml

View workflow run for this annotation

GitHub Actions / Continuous

Invalid workflow file

The workflow is not valid. .github/workflows/continuous.yml (Line: 22, Col: 7): Unexpected value 'secrets'