Skip to content

Commit

Permalink
Fix nightly build. They've been failing due to missing secrets (#1325)
Browse files Browse the repository at this point in the history
* update test-release.yml

* drop aws secrets as theyre failing

* fix diff
  • Loading branch information
andrewkho authored Sep 26, 2024
1 parent 8195f66 commit 1a98f21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ jobs:
pre_dev_release: true
pytorch_version: ""
secrets:
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}
CONDA_NIGHTLY_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_NIGHTLY_PYTORCHBOT_TOKEN }}

0 comments on commit 1a98f21

Please sign in to comment.