Skip to content

Commit

Permalink
CI: allow workflow to inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Apr 11, 2023
1 parent af4045c commit 55949b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit 55949b9

Please sign in to comment.