File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ concurrency:
21
21
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
22
22
cancel-in-progress : true
23
23
24
+ permissions :
25
+ id-token : write
26
+ contents : read
27
+
24
28
jobs :
25
29
generate-matrix :
26
30
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ concurrency:
21
21
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
22
22
cancel-in-progress : true
23
23
24
+ permissions :
25
+ id-token : write
26
+ contents : read
27
+
24
28
jobs :
25
29
generate-matrix :
26
30
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ concurrency:
21
21
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
22
22
cancel-in-progress : true
23
23
24
+ permissions :
25
+ id-token : write
26
+ contents : read
27
+
24
28
jobs :
25
29
generate-matrix :
26
30
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ concurrency:
21
21
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
22
22
cancel-in-progress : true
23
23
24
+ permissions :
25
+ id-token : write
26
+ contents : read
27
+
24
28
jobs :
25
29
generate-matrix :
26
30
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
You can’t perform that action at this time.
0 commit comments