We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622fd4f commit 3f14043Copy full SHA for 3f14043
.github/workflows/ci.yml
@@ -75,11 +75,12 @@ jobs:
75
with:
76
ref: release
77
fetch-depth: 0
78
- persist-credentials: true
79
- ssh-key: ${{ secrets.DEPLOY_KEY }}
+ persist-credentials: false
80
- name: Python Semantic Release
81
id: release
82
uses: python-semantic-release/[email protected]
+ with:
83
+ github_token: ${{ secrets.GH_TOKEN }}
84
85
- name: Publish package distributions to PyPI
86
uses: pypa/[email protected]
@@ -91,5 +92,3 @@ jobs:
91
92
- name: Publish package distributions to GitHub Releases
93
94
if: steps.release.outputs.released == 'true'
- with:
95
- github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments