File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
push :
6
6
branches :
7
7
- main
8
- env :
9
- AWS_ACCESS_KEY_ID : ${{ secrets.CIRCLECI_AWS_ACCESS_KEY_FOR_PYTORCH_TUTORIAL_BUILD_PR_S3_BUCKET }}
10
- AWS_SECRET_ACCESS_KEY : ${{ secrets.CIRCLECI_AWS_SECRET_KEY_FOR_PYTORCH_TUTORIAL_BUILD_PR_S3_BUCKET }}
8
+
11
9
jobs :
12
10
worker :
13
11
name : pytorch_tutorial_build_worker
92
90
if-no-files-found : error
93
91
path : worker_${{ matrix.shard }}.7z
94
92
s3-prefix : temp/${{ github.event.pull_request.number }}
93
+ env :
94
+ AWS_ACCESS_KEY_ID : ${{ secrets.CIRCLECI_AWS_ACCESS_KEY_FOR_PYTORCH_TUTORIAL_BUILD_PR_S3_BUCKET }}
95
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.CIRCLECI_AWS_SECRET_KEY_FOR_PYTORCH_TUTORIAL_BUILD_PR_S3_BUCKET }}
95
96
96
97
- name : Teardown Linux
97
98
uses : pytorch/test-infra/.github/actions/teardown-linux@main
You can’t perform that action at this time.
0 commit comments