summaryrefslogtreecommitdiff
path: root/.github/workflows/valid-style.yml
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2024-03-27 09:48:14 +0100
committerGitHub <noreply@github.com>2024-03-27 09:48:14 +0100
commit0d4665583be4d0f6f02fbe5a0b245a60d6b0082a (patch)
treea99d2f73a4a689e8a8840b0fbea41cc27d4ab550 /.github/workflows/valid-style.yml
parent5d0ef9e4f4c2d14b3a87e4607168ca88201b5fec (diff)
downloadspack-0d4665583be4d0f6f02fbe5a0b245a60d6b0082a.tar.gz
spack-0d4665583be4d0f6f02fbe5a0b245a60d6b0082a.tar.bz2
spack-0d4665583be4d0f6f02fbe5a0b245a60d6b0082a.tar.xz
spack-0d4665583be4d0f6f02fbe5a0b245a60d6b0082a.zip
ci: inherit secrets in local workflows (#43391)
Diffstat (limited to '.github/workflows/valid-style.yml')
-rw-r--r--.github/workflows/valid-style.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml
index c57dfd1367..5adfe89e0b 100644
--- a/.github/workflows/valid-style.yml
+++ b/.github/workflows/valid-style.yml
@@ -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'