Skip to content

Commit 9f0d926

Browse files
authored
fix: check
1 parent 4b07924 commit 9f0d926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ jobs:
7676
ref: release
7777
fetch-depth: 0
7878
persist-credentials: false
79+
ssh-key: ${{ secrets.DEPLOY_KEY }}
7980
- name: Python Semantic Release
8081
id: release
8182
uses: python-semantic-release/[email protected]
8283
with:
83-
github_token: ${{ secrets.GITHUB_TOKEN }}
84+
ssh-key: ${{ secrets.DEPLOY_KEY }}
8485

8586
- name: Publish package distributions to PyPI
8687
uses: pypa/[email protected]

0 commit comments

Comments
 (0)