Skip to content

Commit e7e666c

Browse files
committed
with token
1 parent 40ac11c commit e7e666c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v2
23+
with:
24+
token: ${{ secrets.GITHUB_TOKEN }}
2325

2426
- name: Set up Python 3.x
2527
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)