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:
|
env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest-with-hsm
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: List all files
|
- name: List all files
|
||||||
run: ls -la
|
run: ls -la
|
||||||
- name: Sign
|
- name: Sign
|
||||||
id: sign
|
id: sign
|
||||||
uses: https://git.lerch.org/lobo/action-hsm-sign@8bf352b9659f6e3c075568c80bd5c31f07f06b2c
|
uses: https://git.lerch.org/lobo/action-hsm-sign@b2aa80d7c11d1e02428bde72dc58a9d94029d41b
|
||||||
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_control: 'true'
|
||||||
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