|
41 | 41 | id-token: write |
42 | 42 | packages: read |
43 | 43 | pull-requests: read |
44 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
45 | 44 | uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main |
46 | 45 | if: always() |
47 | 46 | with: |
|
84 | 83 | id-token: write |
85 | 84 | packages: read |
86 | 85 | pull-requests: read |
87 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
88 | 86 | uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@main |
89 | 87 | with: |
90 | 88 | files_yaml: | |
@@ -353,7 +351,6 @@ jobs: |
353 | 351 | id-token: write |
354 | 352 | packages: read |
355 | 353 | pull-requests: read |
356 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
357 | 354 | uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@main |
358 | 355 | with: |
359 | 356 | enable_check_generated_files: false |
@@ -402,7 +399,6 @@ jobs: |
402 | 399 | id-token: write |
403 | 400 | packages: read |
404 | 401 | pull-requests: read |
405 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
406 | 402 | uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@main |
407 | 403 | with: |
408 | 404 | build_type: pull-request |
@@ -439,12 +435,7 @@ jobs: |
439 | 435 | rocky8-clib-standalone-build-matrix: |
440 | 436 | needs: checks |
441 | 437 | permissions: |
442 | | - actions: read |
443 | 438 | contents: read |
444 | | - id-token: write |
445 | | - packages: read |
446 | | - pull-requests: read |
447 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
448 | 439 | uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main |
449 | 440 | with: |
450 | 441 | build_type: pull-request |
@@ -476,12 +467,7 @@ jobs: |
476 | 467 | rocky8-clib-tests-matrix: |
477 | 468 | needs: [rocky8-clib-standalone-build, changed-files] |
478 | 469 | permissions: |
479 | | - actions: read |
480 | 470 | contents: read |
481 | | - id-token: write |
482 | | - packages: read |
483 | | - pull-requests: read |
484 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
485 | 471 | uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main |
486 | 472 | if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp |
487 | 473 | with: |
@@ -511,12 +497,7 @@ jobs: |
511 | 497 | conda-java-build-and-tests-matrix: |
512 | 498 | needs: [conda-cpp-build, changed-files] |
513 | 499 | permissions: |
514 | | - actions: read |
515 | 500 | contents: read |
516 | | - id-token: write |
517 | | - packages: read |
518 | | - pull-requests: read |
519 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
520 | 501 | uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main |
521 | 502 | if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_java || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp |
522 | 503 | with: |
@@ -549,12 +530,7 @@ jobs: |
549 | 530 | rust-build-matrix: |
550 | 531 | needs: [conda-cpp-build, changed-files] |
551 | 532 | permissions: |
552 | | - actions: read |
553 | 533 | contents: read |
554 | | - id-token: write |
555 | | - packages: read |
556 | | - pull-requests: read |
557 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
558 | 534 | uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main |
559 | 535 | if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_rust || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp |
560 | 536 | with: |
@@ -585,12 +561,7 @@ jobs: |
585 | 561 | go-build-matrix: |
586 | 562 | needs: [conda-cpp-build, changed-files] |
587 | 563 | permissions: |
588 | | - actions: read |
589 | 564 | contents: read |
590 | | - id-token: write |
591 | | - packages: read |
592 | | - pull-requests: read |
593 | | - secrets: inherit # zizmor: ignore[secrets-inherit] |
594 | 565 | uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main |
595 | 566 | if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_go || fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp |
596 | 567 | with: |
|
0 commit comments