mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
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:
parent
0bc9702854
commit
1fb4e1d0e7
1 changed files with 2 additions and 2 deletions
2
.github/workflows/build-docker.yml
vendored
2
.github/workflows/build-docker.yml
vendored
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue