Skip to content

Commit

Permalink
ci: inherit secrets when reusing test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Dec 18, 2024
1 parent 6ba53d7 commit b47066a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/poetry-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
run-tests:
uses: ./.github/workflows/poetry-pytest.yml
secrets: inherit

release-build:
name: Build python wheels
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/poetry-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ permissions:
jobs:
run-tests:
uses: ./.github/workflows/poetry-pytest.yml
secrets: inherit

test-build:
name: Build python wheels
needs:
Expand Down

0 comments on commit b47066a

Please sign in to comment.