Skip to content

Commit 53b1609

Browse files
committed
switch to token login for conda build gh action
1 parent c1c59cd commit 53b1609

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish_conda.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ jobs:
1111
uses: maxibor/conda-package-publish-action@master
1212
with:
1313
subDir: 'conda'
14-
AnacondaUsername: ${{ secrets.ANACONDA_PASSWORD }}
15-
AnacondaPassword: ${{ secrets.ANACONDA_USERNAME }}
14+
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)