Skip to content

Commit 3f14043

Browse files
authored
fix: try GH_TOKEN
1 parent 622fd4f commit 3f14043

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ jobs:
7575
with:
7676
ref: release
7777
fetch-depth: 0
78-
persist-credentials: true
79-
ssh-key: ${{ secrets.DEPLOY_KEY }}
78+
persist-credentials: false
8079
- name: Python Semantic Release
8180
id: release
8281
uses: python-semantic-release/[email protected]
82+
with:
83+
github_token: ${{ secrets.GH_TOKEN }}
8384

8485
- name: Publish package distributions to PyPI
8586
uses: pypa/[email protected]
@@ -91,5 +92,3 @@ jobs:
9192
- name: Publish package distributions to GitHub Releases
9293
uses: python-semantic-release/[email protected]
9394
if: steps.release.outputs.released == 'true'
94-
with:
95-
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)