Skip to content

Commit

Permalink
Hotfix/fix failing release (zenml-io#611)
Browse files Browse the repository at this point in the history
* Pass secrets explicitely

* Inherit all secrets from calling main workflow

(cherry picked from commit d9dd282)
  • Loading branch information
AlexejPenner authored and htahir1 committed May 18, 2022
1 parent 5341561 commit 5a4099a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
publish-python-package:
needs: lint-code
uses: ./.github/workflows/publish_to_pypi.yml
secrets: inherit

publish-docker-image:
needs: publish-python-package
uses: ./.github/workflows/publish_docker_image.yml
secrets: inherit

0 comments on commit 5a4099a

Please sign in to comment.