fix(security): This workflow uses secrets: inherit to pass all of the calling workflow's secrets to a reusable workflo

This commit is contained in:
begininvoke 2026-08-19 00:31:19 -07:00
commit c769ee1f74

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]