Skip to content

Commit 1a98f21

Browse files
authored
Fix nightly build. They've been failing due to missing secrets (meta-pytorch#1325)
* update test-release.yml * drop aws secrets as theyre failing * fix diff
1 parent 8195f66 commit 1a98f21

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/nightly_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ jobs:
1515
pre_dev_release: true
1616
pytorch_version: ""
1717
secrets:
18-
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}
19-
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}
2018
CONDA_NIGHTLY_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_NIGHTLY_PYTORCHBOT_TOKEN }}

0 commit comments

Comments
 (0)