File tree Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ concurrency:
17
17
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
18
18
cancel-in-progress : true
19
19
20
+ permissions :
21
+ id-token : write
22
+ contents : read
23
+
20
24
jobs :
21
25
generate-matrix :
22
26
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
46
50
runner-type : macos-m1-12
47
51
package-name : ${{ matrix.package-name }}
48
52
trigger-event : ${{ github.event_name }}
49
- secrets :
50
- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
51
- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ concurrency:
17
17
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
18
18
cancel-in-progress : true
19
19
20
+ permissions :
21
+ id-token : write
22
+ contents : read
23
+
20
24
jobs :
21
25
generate-matrix :
22
26
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
50
54
trigger-event : ${{ github.event_name }}
51
55
architecture : aarch64
52
56
setup-miniconda : false
53
- secrets :
54
- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
55
- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ concurrency:
17
17
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
18
18
cancel-in-progress : true
19
19
20
+ permissions :
21
+ id-token : write
22
+ contents : read
23
+
20
24
jobs :
21
25
generate-matrix :
22
26
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
45
49
smoke-test-script : ${{ matrix.smoke-test-script }}
46
50
package-name : ${{ matrix.package-name }}
47
51
trigger-event : ${{ github.event_name }}
48
- secrets :
49
- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
50
- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ concurrency:
17
17
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
18
18
cancel-in-progress : true
19
19
20
+ permissions :
21
+ id-token : write
22
+ contents : read
23
+
20
24
jobs :
21
25
generate-matrix :
22
26
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
46
50
runner-type : macos-12
47
51
package-name : ${{ matrix.package-name }}
48
52
trigger-event : ${{ github.event_name }}
49
- secrets :
50
- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
51
- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
Original file line number Diff line number Diff line change 13
13
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
14
14
workflow_dispatch :
15
15
16
+ permissions :
17
+ id-token : write
18
+ contents : read
19
+
16
20
jobs :
17
21
generate-matrix :
18
22
uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
44
48
package-name : ${{ matrix.package-name }}
45
49
smoke-test-script : ${{ matrix.smoke-test-script }}
46
50
trigger-event : ${{ github.event_name }}
47
- secrets :
48
- AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID : ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
49
- AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY : ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments