Skip to content

Commit b715527

Browse files
authored
[ci] Set GH_TOKEN for dupekit release publish step (#5449)
The Publish release and update pyproject step invokes scripts/rust_package.py, which calls gh release create. Without GH_TOKEN, gh runs unauthenticated and the release-create command fails with exit 4.
1 parent ed012ea commit b715527

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dupekit-release-wheels.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
fi
9696
9797
- name: Publish release and update pyproject
98+
env:
99+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98100
run: python scripts/rust_package.py --skip-build
99101

100102
- name: Open or update PR

0 commit comments

Comments
 (0)