pass secrets to workflow

This commit is contained in:
Markos Gogoulos
2023-06-28 15:32:32 +03:00
parent a1962d4b32
commit 1fd04ca947
2 changed files with 3 additions and 1 deletions

View File

@@ -15,5 +15,6 @@ jobs:
needs: [pre-commit]
release:
uses: ./.github/workflows/docker-build-push.yml
secrets: inherit # pass all secrets
needs: [test]
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'