Skip to content

Commit ee26468

Browse files
committed
Fix workflow
1 parent 043afa9 commit ee26468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
pure-python: false
1515
wheel-name-pattern: "preshed-*.whl"
1616
secrets:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
github-token: ${{ secrets.GITHUB_TOKEN }}
1818

0 commit comments

Comments
 (0)