Skip to content

Commit 4f2caa1

Browse files
committed
patch: Sign release commits and tags
1 parent bdcec1a commit 4f2caa1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131
id: release
3232
uses: python-semantic-release/python-semantic-release@1a324000f2251a9e722e77b128bf72712653813f # v10.0.2
3333
with:
34+
git_committer_email: "staged-script-semantic-release@sandia.gov"
35+
git_committer_name: "semantic-release"
3436
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 }}
3539

3640
- name: Publish to PyPI
3741
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1

0 commit comments

Comments
 (0)