Gitea/GitHub action for signing with HSM over PKCS#11
Go to file
2023-03-27 23:19:20 -07:00
action.yml action Dockerfile/entrypoint 2023-03-27 21:01:32 -07:00
Dockerfile change to rootful container 2023-03-27 22:14:05 -07:00
entrypoint.sh remove index output as it is not available in re-upload situations 2023-03-27 23:19:20 -07:00
LICENSE action Dockerfile/entrypoint 2023-03-27 21:01:32 -07:00
README.md action Dockerfile/entrypoint 2023-03-27 21:01:32 -07:00

Notifies using ntfy

Usage:

      - name: Notify
        uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
        if: always()
        with:
          # Can use ** glob syntax for all files
          files: output/**
          user_pin: ${{ secrets.HSM_USER_PIN }}
          # if specified, public key will be used to upload artifacts to the sigstore server
          public_key: https://lerch.org/server_public_key.pem