Skip to content

Commit

Permalink
Inherit secrets in test workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jun 27, 2024
1 parent 804afd4 commit 6eae55b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
needs:
- build-conda
- compute-matrix
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
Expand Down Expand Up @@ -76,6 +77,7 @@ jobs:
needs:
- build-wheels
- compute-matrix
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
Expand Down

0 comments on commit 6eae55b

Please sign in to comment.