ci: inherit secrets in local workflows (#43391)

This commit is contained in:
Harmen Stoppels
2024-03-27 09:48:14 +01:00
committed by GitHub
parent 5d0ef9e4f4
commit 0d4665583b
2 changed files with 5 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ jobs:
share/spack/qa/run-style-tests
audit:
uses: ./.github/workflows/audit.yaml
secrets: inherit
with:
with_coverage: ${{ inputs.with_coverage }}
python_version: '3.11'