File tree 4 files changed +16
-12
lines changed
4 files changed +16
-12
lines changed 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
concurrency :
17
21
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
18
22
cancel-in-progress : true
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 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
concurrency :
17
21
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
18
22
cancel-in-progress : true
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 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
concurrency :
17
21
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
18
22
cancel-in-progress : true
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@release/2.2
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