Skip to content

Commit 7dbfb5a

Browse files
committed
update
1 parent 38ec6ce commit 7dbfb5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55
push:
66
branches:
77
- 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+
119
jobs:
1210
worker:
1311
name: pytorch_tutorial_build_worker
@@ -92,6 +90,9 @@ jobs:
9290
if-no-files-found: error
9391
path: worker_${{ matrix.shard }}.7z
9492
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 }}
9596

9697
- name: Teardown Linux
9798
uses: pytorch/test-infra/.github/actions/teardown-linux@main

0 commit comments

Comments
 (0)