Skip to content

Commit 68c3542

Browse files
committed
Rename secret
1 parent 784a874 commit 68c3542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
154154
with:
155155
artifacts_path: ./wheelhouse
156-
anaconda_nightly_upload_token: ${{ secrets.PILLOW_NIGHTLY_UPLOAD_TOKEN }}
156+
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
157157

158158
windows:
159159
name: Windows ${{ matrix.cibw_arch }}
@@ -246,7 +246,7 @@ jobs:
246246
uses: scientific-python/upload-nightly-action@b67d7fcc0396e1128a474d1ab2b48aa94680f9fc # 0.5.0
247247
with:
248248
artifacts_path: ./wheelhouse
249-
anaconda_nightly_upload_token: ${{ secrets.PILLOW_NIGHTLY_UPLOAD_TOKEN }}
249+
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
250250

251251
sdist:
252252
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)