This commit is contained in:
parent
2c82024bd5
commit
d00c999dc0
|
@ -20,6 +20,17 @@ jobs:
|
|||
- name: notify
|
||||
if: always()
|
||||
uses: https://git.lerch.org/lobo/actions_test/.gitea/workflows/notifcation@master
|
||||
Sign-Something:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Explore-GitHub-Actions
|
||||
container:
|
||||
image: git.lerch.org/lobo/pkcs11:1
|
||||
env:
|
||||
PIN: ${{ secrets.HSM_USER_PIN }}
|
||||
volumes:
|
||||
/run/pcscd/pcscd.comm:/run/pcscd/pcscd.comm
|
||||
steps:
|
||||
- run: -s --id 3 -m SHA256-RSA-PKCS --pin env:PIN -i foo -o foo.sig
|
||||
# - name: Success Notification
|
||||
# if: success()
|
||||
# run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user