Skip to content

Commit

Permalink
Fixing bug with Anaconda token
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Jul 5, 2021
1 parent 72b1bb2 commit f51257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_conda_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix`
user: uibcdf
label: auto
token: ${{ secrets.ANACONDA_TOKEN }} # Replace with the right name of your secret
token: ${{ secrets.ANACONDA_UIBCDF_TOKEN }} # Replace with the right name of your secret

0 comments on commit f51257c

Please sign in to comment.