Skip to content

Commit c3d1c1a

Browse files
committed
Set conda token to the test channel
1 parent 9e03cb4 commit c3d1c1a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-conda-m1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ jobs:
4141
trigger-event: ${{ github.event_name }}
4242
secrets:
4343
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
44+
CONDA_PYTORCHBOT_TOKEN_TEST: ${{ secrets.CONDA_TEST_PYTORCHBOT_TOKEN }}

.github/workflows/build_conda_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
trigger-event: ${{ github.event_name }}
4747
secrets:
4848
CONDA_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
49+
CONDA_PYTORCHBOT_TOKEN_TEST: ${{ secrets.CONDA_TEST_PYTORCHBOT_TOKEN }}

0 commit comments

Comments
 (0)