mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
ci: add deploy ssh key to release job
This commit is contained in:
1
.github/workflows/semantic_release.yml
vendored
1
.github/workflows/semantic_release.yml
vendored
@ -93,6 +93,7 @@ jobs:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
git_committer_name: "github-actions"
|
||||
git_committer_email: "actions@users.noreply.github.com"
|
||||
ssh_private_signing_key: ${{ secrets.CI_DEPLOY_SSH_KEY }}
|
||||
- name: Publish | Upload to GitHub Release Assets
|
||||
uses: python-semantic-release/publish-action@v9.21.1
|
||||
if: steps.release.outputs.released == 'true'
|
||||
|
Reference in New Issue
Block a user