Update '.gitea/workflows/hello_world.yaml'
This commit is contained in:
parent
873c2650d8
commit
60bb58a9ed
|
@ -4,6 +4,8 @@ on: [push]
|
|||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PIN: ${{ secrets.HSM_USER_PIN }}
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
|
||||
|
@ -15,7 +17,7 @@ jobs:
|
|||
- name: List files in the repository
|
||||
run: |
|
||||
ls ${{ github.workspace }}
|
||||
- run: false
|
||||
- run: docker run --rm -it -v /run/pcscd/pcscd.comm:/run/pcscd/pcscd.comm:ro -v "${{ github.workspace }}":/home/user git.lerch.org/lobo/pkcs11:1 -s --id 3 -m SHA256-RSA-PKCS -i foo -o foo.sig --pin env:PIN
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
Sign-Something:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user