Skip to content

Commit

Permalink
Add Token for Conda RC Release (#481)
Browse files Browse the repository at this point in the history
Summary:
Follow up PR for #472
The Test token is required to be added to `env` for the uploading step in workflow

Pull Request resolved: #481

Reviewed By: NivekT, bearzx

Differential Revision: D36782535

Pulled By: ejguan

fbshipit-source-id: 214ee664335b05c7689a7eb16b89bad77b90a233
  • Loading branch information
ejguan authored and facebook-github-bot committed May 31, 2022
1 parent 7fde5a7 commit 8527864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ jobs:
env:
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_NIGHTLY_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_NIGHTLY_PYTORCHBOT_TOKEN }}
CONDA_TEST_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_TEST_PYTORCHBOT_TOKEN }}
run: |
conda install -yq anaconda-client
conda install -c conda-forge -yq jq
Expand Down

0 comments on commit 8527864

Please sign in to comment.