Skip to content

Commit 31294c7

Browse files
committed
changing release token
1 parent d171dd6 commit 31294c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
id: create_release
238238
uses: actions/create-release@v1
239239
env:
240-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
240+
GITHUB_TOKEN: ${{ secrets.QUADDTYPE_GITHUB_TOKEN }}
241241
with:
242242
tag_name: ${{ github.ref }}
243243
release_name: Release ${{ github.ref }}
@@ -250,4 +250,4 @@ jobs:
250250
with:
251251
files: ./artifacts/**/*.whl
252252
env:
253-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
253+
GITHUB_TOKEN: ${{ secrets.QUADDTYPE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)