From d00c999dc0e316eaeec5c673af947f8dbf437e66 Mon Sep 17 00:00:00 2001 From: lobo Date: Mon, 27 Mar 2023 01:23:25 +0000 Subject: [PATCH] try a sig --- .gitea/workflows/hello_world.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: |