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 1ef4148 commit dec51aa
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 @@ -8,6 +8,8 @@ v2.4.1 (2023-04-11)
This is not operation critical.
One of these tests contain a nasty race condition that
causes the suite to time out.
- Fix an issue where automatic pypi/conda uploads would
not have proper authentication.


v2.4.0 (2023-04-04)
Expand Down

0 comments on commit dec51aa

Please sign in to comment.