We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a6f1f commit 89b75d9Copy full SHA for 89b75d9
.github/workflows/build-test-all.yml
@@ -13,6 +13,11 @@ on:
13
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
14
workflow_dispatch:
15
16
+permissions:
17
+ id-token: write
18
+ contents: read
19
+ packages: write
20
+
21
jobs:
22
generate-matrix:
23
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
@@ -47,8 +52,16 @@ jobs:
47
52
48
53
trigger-linux-test:
49
54
needs: [filter-matrix]
55
+ permissions:
56
57
58
50
59
uses: ./.github/workflows/build-test-linux-x86_64.yml
51
60
61
trigger-windows-test:
62
63
64
65
66
67
uses: ./.github/workflows/build-test-windows.yml
0 commit comments