Skip to content

Commit b2d154c

Browse files
authored
MAINT: rename token (#3)
1 parent e9d513d commit b2d154c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
if: github.event_name == 'schedule' && github.repository == 'scipy/scipy-release'
207207
shell: bash -el {0} # required for micromamba
208208
env:
209-
TOKEN: ${{ secrets.scipy_NIGHTLY_UPLOAD_TOKEN }}
209+
TOKEN: ${{ secrets.SCIPY_NIGHTLY_UPLOAD_TOKEN }}
210210
run: |
211211
anaconda -q -t ${TOKEN} upload --force -u scientific-python-nightly-wheels ./dist/*.whl
212212

0 commit comments

Comments
 (0)