From 55949b973180e2af9046f2724e61d8f9584c8942 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Tue, 11 Apr 2023 10:47:50 -0700 Subject: [PATCH] CI: allow workflow to inherit secrets --- .github/workflows/standard.yml | 1 + docs/source/releases.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index fb8ffb2f..82e73c7a 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. diff --git a/docs/source/releases.rst b/docs/source/releases.rst index ccf6d052..0bdb8fdb 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -9,6 +9,8 @@ Maintenance - Fix an issue where the test suite would not run with the latest lightpath. This was a test-suite only bug, not a runtime function bug. +- Fix an issue where pypi/conda upload builds would not have + proper authentication. Contributors ------------