From 29e310860dd6640e3b4dc2ccf2bc137c35f48474 Mon Sep 17 00:00:00 2001 From: Ken Lauer Date: Fri, 7 Apr 2023 16:40:25 -0700 Subject: [PATCH] CI: inherit secrets --- .github/workflows/standard.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 8efd0bdf..35a484eb 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -10,6 +10,7 @@ on: jobs: standard: uses: pcdshub/pcds-ci-helpers/.github/workflows/python-standard.yml@master + secrets: inherit with: # The workflow needs to know the package name. This can be determined # automatically if the repository name is the same as the import name.