Skip to content

Commit ef8a390

Browse files
committed
fix(deploy_issues): Testing token change and depth
Precommit-Verified: bb87fd6cb45111a304d8a37bbfb8b12a830a8bd0a863cff8dd76ebe6bd727638
1 parent 7c410dc commit ef8a390

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ jobs:
5353

5454
steps:
5555
- uses: actions/checkout@v2
56+
with:
57+
token: ${{ secrets.GH_TOKEN }}
58+
fetch-depth: 0
5659
- name: Set up Python ${{ matrix.python-version }}
5760
uses: actions/setup-python@v2
5861
with:
5962
python-version: ${{ matrix.python-version }}
60-
token: ${{ secrets.GH_TOKEN }}
6163
- name: install semantic-release
6264
run: |
6365
pip install python-semantic-release

0 commit comments

Comments
 (0)