update sign action to v2
This commit is contained in:
parent
c7c37394e4
commit
a9a0e7e9f3
1 changed files with 2 additions and 1 deletions
|
@ -67,11 +67,12 @@ jobs:
|
|||
run: "chmod 755 release-tracker"
|
||||
- name: Sign
|
||||
id: sign
|
||||
uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
||||
uses: https://git.lerch.org/lobo/action-hsm-sign@v2
|
||||
with:
|
||||
pin: ${{ secrets.HSM_USER_PIN }}
|
||||
files: release-tracker
|
||||
public_key: 'https://emil.lerch.org/serverpublic.pem'
|
||||
uhub_control: 'true'
|
||||
- name: Output signature URL
|
||||
run: echo "Signature URL is ${{ steps.sign.outputs.URL_0 }}"
|
||||
- name: Upload Artifact
|
||||
|
|
Loading…
Add table
Reference in a new issue