diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index 685e5d4..8d19968 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -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: |