try a sig
Some checks failed
Explore-GitHub-Actions
Sign-Something

This commit is contained in:
lobo 2023-03-27 01:23:25 +00:00
parent 2c82024bd5
commit d00c999dc0

View File

@ -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: |