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 bdcec1a commit 4f2caa1Copy full SHA for 4f2caa1
.github/workflows/semantic-release.yml
@@ -31,7 +31,11 @@ jobs:
31
id: release
32
uses: python-semantic-release/python-semantic-release@1a324000f2251a9e722e77b128bf72712653813f # v10.0.2
33
with:
34
+ git_committer_email: "staged-script-semantic-release@sandia.gov"
35
+ git_committer_name: "semantic-release"
36
github_token: ${{ secrets.GH_TOKEN }}
37
+ ssh_private_signing_key: ${{ secrets.SEMANTIC_RELEASE_PRIVATE_KEY }}
38
+ ssh_public_signing_key: ${{ secrets.SEMANTIC_RELEASE_PUBLIC_KEY }}
39
40
- name: Publish to PyPI
41
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
0 commit comments