Skip to content

Commit

Permalink
Inherit secrets when calling check from production workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hv0905 committed May 12, 2024
1 parent 90294b5 commit 07e1124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
perform-check:
uses: ./.github/workflows/test_lint.yml
secrets: inherit
docker:
runs-on: ubuntu-latest
environment: DockerHub
Expand Down

0 comments on commit 07e1124

Please sign in to comment.