Skip to content

Commit d3a0bc8

Browse files
committed
use custom token to checkout
1 parent 034867c commit d3a0bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
steps:
4343
- uses: actions/checkout@v3
44-
# with:
45-
# token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
44+
with:
45+
token: ${{ secrets.YDB_PLATFORM_BOT_TOKEN_REPO }}
4646

4747
- name: Set up Python
4848
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)