|
46 | 46 | packages: read |
47 | 47 | pull-requests: read |
48 | 48 | secrets: inherit # zizmor: ignore[secrets-inherit] |
49 | | - uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main |
| 49 | + uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@codex/release-build-output-manifests |
50 | 50 | with: |
51 | 51 | build_type: ${{ inputs.build_type || 'branch' }} |
52 | 52 | build-datetime: ${{ needs.build-details.outputs.build-datetime }} |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | packages: read |
218 | 218 | pull-requests: read |
219 | 219 | secrets: inherit # zizmor: ignore[secrets-inherit] |
220 | | - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main |
| 220 | + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@codex/release-build-output-manifests |
221 | 221 | with: |
222 | 222 | build_type: ${{ inputs.build_type || 'branch' }} |
223 | 223 | build-datetime: ${{ needs.build-details.outputs.build-datetime }} |
@@ -280,7 +280,7 @@ jobs: |
280 | 280 | packages: read |
281 | 281 | pull-requests: read |
282 | 282 | secrets: inherit # zizmor: ignore[secrets-inherit] |
283 | | - uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main |
| 283 | + uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@codex/release-build-output-manifests |
284 | 284 | with: |
285 | 285 | build_type: ${{ inputs.build_type || 'branch' }} |
286 | 286 | build-datetime: ${{ needs.build-details.outputs.build-datetime }} |
@@ -322,7 +322,7 @@ jobs: |
322 | 322 | packages: read |
323 | 323 | pull-requests: read |
324 | 324 | secrets: inherit # zizmor: ignore[secrets-inherit] |
325 | | - uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main |
| 325 | + uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@codex/release-build-output-manifests |
326 | 326 | with: |
327 | 327 | build_type: ${{ inputs.build_type || 'branch' }} |
328 | 328 | build-datetime: ${{ needs.build-details.outputs.build-datetime }} |
|
0 commit comments