Skip to content

Commit d3f6443

Browse files
committed
Pass gh-token correctly
1 parent cc7a2a6 commit d3f6443

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
@@ -13,5 +13,5 @@ jobs:
1313
with:
1414
pure-python: true
1515
secrets:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
gh-token: ${{ secrets.GITHUB_TOKEN }}
1717

0 commit comments

Comments
 (0)