Skip to content

Commit

Permalink
actions: inherit secrets for build and release
Browse files Browse the repository at this point in the history
Otherwise our PYPI API TOKENs are not found.

Signed-off-by: Rouven Czerwinski <[email protected]>
  • Loading branch information
Emantor committed Jan 25, 2023
1 parent 118ae34 commit fd0f894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
needs: push-pr-unit-tests
if: github.event_name == 'push'
uses: ./.github/workflows/build-and-release.yml
secrets: inherit

0 comments on commit fd0f894

Please sign in to comment.