Update .gitea/workflows/signing.yaml

This commit is contained in:
lobo 2025-07-10 21:57:36 +00:00
parent ccc020b02d
commit 3d0675a3d5

View file

@ -13,11 +13,13 @@ jobs:
run: ls -la
- name: Sign
id: sign
uses: https://git.lerch.org/lobo/action-hsm-sign@v1
uses: https://git.lerch.org/lobo/action-hsm-sign@8bf352b
with:
pin: ${{ secrets.HSM_USER_PIN }}
files: ???
public_key: 'https://emil.lerch.org/serverpublic.pem'
uhub_port: '4'
uhub_location: '1-1.3'
- run: |
echo "Source 0 should be ./bar: ${{ steps.sign.outputs.SOURCE_0 }}"
- run: |