|
24 | 24 | if: ${{ contains('["pull_request", "merge_group"]', github.event_name) }} # skip-master skip-stable
|
25 | 25 | env:
|
26 | 26 | RUSTFLAGS: -Ctarget-feature=+crt-static
|
| 27 | + permissions: |
| 28 | + id-token: write |
27 | 29 | strategy:
|
28 | 30 | fail-fast: false
|
29 | 31 | matrix:
|
@@ -178,6 +180,8 @@ jobs:
|
178 | 180 | if: ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-pr skip-stable
|
179 | 181 | env:
|
180 | 182 | RUSTFLAGS: -Ctarget-feature=+crt-static
|
| 183 | + permissions: |
| 184 | + id-token: write |
181 | 185 | strategy:
|
182 | 186 | fail-fast: false
|
183 | 187 | matrix:
|
@@ -332,6 +336,8 @@ jobs:
|
332 | 336 | if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
|
333 | 337 | env:
|
334 | 338 | RUSTFLAGS: -Ctarget-feature=+crt-static
|
| 339 | + permissions: |
| 340 | + id-token: write |
335 | 341 | strategy:
|
336 | 342 | fail-fast: false
|
337 | 343 | matrix:
|
@@ -490,6 +496,8 @@ jobs:
|
490 | 496 | build-linux-pr: # job-name skip-master skip-stable
|
491 | 497 | runs-on: ubuntu-latest
|
492 | 498 | if: ${{ contains('["pull_request", "merge_group"]', github.event_name) }} # skip-master skip-stable
|
| 499 | + permissions: |
| 500 | + id-token: write |
493 | 501 | strategy:
|
494 | 502 | fail-fast: false
|
495 | 503 | matrix:
|
@@ -646,6 +654,8 @@ jobs:
|
646 | 654 | build-linux-master: # job-name skip-pr skip-stable
|
647 | 655 | runs-on: ubuntu-latest
|
648 | 656 | if: ${{ (github.event_name == 'push' && github.ref_name == 'master') || github.event_name == 'schedule' }} # skip-pr skip-stable
|
| 657 | + permissions: |
| 658 | + id-token: write |
649 | 659 | strategy:
|
650 | 660 | fail-fast: false
|
651 | 661 | matrix:
|
@@ -807,6 +817,8 @@ jobs:
|
807 | 817 | build-linux-stable: # job-name skip-master skip-pr
|
808 | 818 | runs-on: ubuntu-latest
|
809 | 819 | if: ${{ github.event_name == 'push' && github.ref_name == 'stable' }} # skip-pr skip-master
|
| 820 | + permissions: |
| 821 | + id-token: write |
810 | 822 | strategy:
|
811 | 823 | fail-fast: false
|
812 | 824 | matrix:
|
@@ -990,6 +1002,8 @@ jobs:
|
990 | 1002 | runs-on: macos-13 # skip-aarch64
|
991 | 1003 | env: # skip-aarch64
|
992 | 1004 | MACOSX_DEPLOYMENT_TARGET: 10.12 # skip-aarch64
|
| 1005 | + permissions: |
| 1006 | + id-token: write |
993 | 1007 | strategy:
|
994 | 1008 | matrix:
|
995 | 1009 | mode:
|
@@ -1118,6 +1132,8 @@ jobs:
|
1118 | 1132 | runs-on: macos-latest # skip-x86_64
|
1119 | 1133 | env: # skip-x86_64
|
1120 | 1134 | MACOSX_DEPLOYMENT_TARGET: 11.0 # skip-x86_64
|
| 1135 | + permissions: |
| 1136 | + id-token: write |
1121 | 1137 | strategy:
|
1122 | 1138 | matrix:
|
1123 | 1139 | mode:
|
|
0 commit comments