Skip to content

Commit

Permalink
Inherit secrets in all workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jun 27, 2024
1 parent 6eae55b commit dc15860
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
build-wheels:
needs:
- compute-matrix
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: branch
Expand All @@ -31,6 +32,7 @@ jobs:
build-conda:
needs:
- compute-matrix
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: branch
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
build-conda:
needs:
- compute-matrix
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
Expand All @@ -59,6 +60,7 @@ jobs:
needs:
- build-conda
- compute-matrix
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
Expand All @@ -68,6 +70,7 @@ jobs:
build-wheels:
needs:
- compute-matrix
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
Expand Down

0 comments on commit dc15860

Please sign in to comment.