Update .gitea/workflows/signing.yaml
This commit is contained in:
parent
ccc020b02d
commit
3d0675a3d5
1 changed files with 3 additions and 1 deletions
|
@ -13,11 +13,13 @@ jobs:
|
||||||
run: ls -la
|
run: ls -la
|
||||||
- name: Sign
|
- name: Sign
|
||||||
id: sign
|
id: sign
|
||||||
uses: https://git.lerch.org/lobo/action-hsm-sign@v1
|
uses: https://git.lerch.org/lobo/action-hsm-sign@8bf352b
|
||||||
with:
|
with:
|
||||||
pin: ${{ secrets.HSM_USER_PIN }}
|
pin: ${{ secrets.HSM_USER_PIN }}
|
||||||
files: ???
|
files: ???
|
||||||
public_key: 'https://emil.lerch.org/serverpublic.pem'
|
public_key: 'https://emil.lerch.org/serverpublic.pem'
|
||||||
|
uhub_port: '4'
|
||||||
|
uhub_location: '1-1.3'
|
||||||
- run: |
|
- run: |
|
||||||
echo "Source 0 should be ./bar: ${{ steps.sign.outputs.SOURCE_0 }}"
|
echo "Source 0 should be ./bar: ${{ steps.sign.outputs.SOURCE_0 }}"
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue