Skip to content

Commit c54d73e

Browse files
committed
add github secret
1 parent f303848 commit c54d73e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jobs:
3737
dist/*.tar.gz
3838
dist/*.whl
3939
prerelease: ${{ contains(github.ref, '-rc') }}
40+
env:
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)