Skip to content

Commit 6fd28f1

Browse files
committed
use env.ANACONDA_TOKEN
1 parent c98c19a commit 6fd28f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ jobs:
444444
env:
445445
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
446446
run: |
447-
anaconda --token $ANACONDA_TOKEN --verbose upload --user dppy --label dev ${PACKAGE_NAME}-*.conda
447+
anaconda --token ${{ env.ANACONDA_TOKEN }} --verbose upload --user dppy --label dev ${PACKAGE_NAME}-*.conda
448448
449449
- name: Upload Wheels
450450
env:

0 commit comments

Comments
 (0)