Skip to content

Commit 8527864

Browse files
ejguanfacebook-github-bot
authored andcommitted
Add Token for Conda RC Release (#481)
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
1 parent 7fde5a7 commit 8527864

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_build_test_upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ jobs:
304304
env:
305305
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
306306
CONDA_NIGHTLY_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_NIGHTLY_PYTORCHBOT_TOKEN }}
307+
CONDA_TEST_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_TEST_PYTORCHBOT_TOKEN }}
307308
run: |
308309
conda install -yq anaconda-client
309310
conda install -c conda-forge -yq jq

0 commit comments

Comments
 (0)