We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d171dd6 commit 31294c7Copy full SHA for 31294c7
.github/workflows/build_wheels.yml
@@ -237,7 +237,7 @@ jobs:
237
id: create_release
238
uses: actions/create-release@v1
239
env:
240
- GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.QUADDTYPE_GITHUB_TOKEN }}
241
with:
242
tag_name: ${{ github.ref }}
243
release_name: Release ${{ github.ref }}
@@ -250,4 +250,4 @@ jobs:
250
251
files: ./artifacts/**/*.whl
252
253
0 commit comments