This commit is contained in:
Pezhman Zandi 2026-09-07 17:29:10 +03:30 • committed by GitHub
commit cccbf54784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,9 @@ env:
jobs:
tests:
uses: ./.github/workflows/run-tests.yml
secrets: inherit
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
build:
needs: [tests]