There was an error while loading. Please reload this page.
1 parent 6848cf4 commit 5c4cf49Copy full SHA for 5c4cf49
1 file changed
.github/workflows/ci_conda_publish.yml
@@ -81,9 +81,7 @@ jobs:
81
- name: Upload Conda Artifact
82
env:
83
ANACONDA_TOKEN = ${{ secrets.ANACONDA_TOKEN }}
84
- ANACONDA_USER = ${{ secrets.ANACONDA_USER }}
85
shell: bash -el {0}
86
run: |
87
- anaconda login --user "$ANACONDA_USER"
88
- anaconda upload --user "$ANACONDA_USER" "$CONDA_ART"
89
- # TODO - haven't been able to get the login working. Needs fixing
+ anaconda login --token "$ANACONDA_TOKEN"
+ anaconda upload -u nhs "$CONDA_ART"
0 commit comments