Skip to content

Commit 89b75d9

Browse files
committed
test
1 parent f1a6f1f commit 89b75d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/build-test-all.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1414
workflow_dispatch:
1515

16+
permissions:
17+
id-token: write
18+
contents: read
19+
packages: write
20+
1621
jobs:
1722
generate-matrix:
1823
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
@@ -47,8 +52,16 @@ jobs:
4752
4853
trigger-linux-test:
4954
needs: [filter-matrix]
55+
permissions:
56+
id-token: write
57+
contents: read
58+
packages: write
5059
uses: ./.github/workflows/build-test-linux-x86_64.yml
5160

5261
trigger-windows-test:
5362
needs: [filter-matrix]
63+
permissions:
64+
id-token: write
65+
contents: read
66+
packages: write
5467
uses: ./.github/workflows/build-test-windows.yml

0 commit comments

Comments
 (0)