Skip to content

Commit 5a4099a

Browse files
AlexejPennerhtahir1
authored andcommitted
Hotfix/fix failing release (#611)
* Pass secrets explicitely * Inherit all secrets from calling main workflow (cherry picked from commit d9dd282)
1 parent 5341561 commit 5a4099a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
publish-python-package:
1515
needs: lint-code
1616
uses: ./.github/workflows/publish_to_pypi.yml
17+
secrets: inherit
1718

1819
publish-docker-image:
1920
needs: publish-python-package
2021
uses: ./.github/workflows/publish_docker_image.yml
22+
secrets: inherit

0 commit comments

Comments
 (0)