Update .gitea/workflows/signing.yaml
This commit is contained in:
parent
92a37f22a2
commit
147e70967f
1 changed files with 3 additions and 4 deletions
|
@ -6,20 +6,19 @@ on:
|
|||
env:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-latest-with-hsm
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: List all files
|
||||
run: ls -la
|
||||
- name: Sign
|
||||
id: sign
|
||||
uses: https://git.lerch.org/lobo/action-hsm-sign@8bf352b9659f6e3c075568c80bd5c31f07f06b2c
|
||||
uses: https://git.lerch.org/lobo/action-hsm-sign@b2aa80d7c11d1e02428bde72dc58a9d94029d41b
|
||||
with:
|
||||
pin: ${{ secrets.HSM_USER_PIN }}
|
||||
files: ???
|
||||
public_key: 'https://emil.lerch.org/serverpublic.pem'
|
||||
uhub_port: '4'
|
||||
uhub_location: '1-1.3'
|
||||
uhub_control: 'true'
|
||||
- run: |
|
||||
echo "Source 0 should be ./bar: ${{ steps.sign.outputs.SOURCE_0 }}"
|
||||
- run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue