Skip to content

Commit

Permalink
Fix upload token
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Jan 30, 2025
1 parent 8b05269 commit 0a9dd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: inputs.should-upload
shell: bash
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
ANACONDA_API_KEY: ${{ secrets.ANACONDA_TOKEN }}
run: |
shopt -s nullglob
EXIT_CODE=0
Expand Down

0 comments on commit 0a9dd8c

Please sign in to comment.