Skip to content

Commit

Permalink
switch to token login for conda build gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Nov 7, 2019
1 parent c1c59cd commit 53b1609
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ jobs:
uses: maxibor/conda-package-publish-action@master
with:
subDir: 'conda'
AnacondaUsername: ${{ secrets.ANACONDA_PASSWORD }}
AnacondaPassword: ${{ secrets.ANACONDA_USERNAME }}
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit 53b1609

Please sign in to comment.