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:33:13 -07:00
commit 1fb4e1d0e7

View file

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