From a9a0e7e9f3f6b06b0a132e09f022a6ed294aff88 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 19 Jul 2025 14:44:38 -0700 Subject: [PATCH] update sign action to v2 --- .gitea/workflows/build-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index e1d913c..1026574 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -67,11 +67,12 @@ jobs: run: "chmod 755 release-tracker" - name: Sign id: sign - uses: https://git.lerch.org/lobo/action-hsm-sign@v1 + uses: https://git.lerch.org/lobo/action-hsm-sign@v2 with: pin: ${{ secrets.HSM_USER_PIN }} files: release-tracker public_key: 'https://emil.lerch.org/serverpublic.pem' + uhub_control: 'true' - name: Output signature URL run: echo "Signature URL is ${{ steps.sign.outputs.URL_0 }}" - name: Upload Artifact