Skip to content

Commit

Permalink
tools: sign with ssh deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Oct 2, 2023
1 parent 3284643 commit f449585
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
run: |
git config user.name 'Myles Borins'
git config user.email '[email protected]'
git config gpg.format ssh
git config user.signingKey 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFtQmrz647zOGumjiqGirj1G9brj/QbwJQ5S3gHRmcfl [email protected]'
- name: bump version
run: npm version ${{ github.event.inputs.version }}
Expand Down

0 comments on commit f449585

Please sign in to comment.