Skip to content

Commit

Permalink
Inherit secrets when calling reusable pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Oct 21, 2024
1 parent 351d5b1 commit 8606760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
jobs:
test:
uses: ./.github/workflows/pytest.yml
secrets: inherit

docker:
name: build and deploy docker images
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
test:
uses: ./.github/workflows/pytest.yml
secrets: inherit

build:
name: build and deploy test images
Expand Down

0 comments on commit 8606760

Please sign in to comment.