Skip to content

Commit 79e9c7d

Browse files
committed
add env for token
1 parent ae59215 commit 79e9c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
VERSION_CHANGE: ${{ github.event.inputs.version-change }}
3131
WITH_BETA: ${{ github.event.inputs.beta }}
3232
# GITHUB_TOKEN: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
33+
GH_TOKEN: ${{ github.token }}
3334
CHANGELOG_FILE: CHANGELOG.md
3435
SETUP_PY_PATH: setup.py
3536

0 commit comments

Comments
 (0)