Skip to content

Commit

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

Please sign in to comment.