From 43600e81cdcb457bc224a43a88ca68ccc1f88214 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sun, 11 Aug 2024 12:22:22 -0500 Subject: [PATCH] test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c7e1bae..a9a93b26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: uses: ./ with: transmute: | - jose keygen --alg ES256 --verbose --output ./private.sig.jwk.json + jose keygen --alg ES256 --verbose - name: Attempt to Log Private Key run: echo "${{ steps.generate_private_key.outputs.json }}" - name: Public Key @@ -24,7 +24,7 @@ jobs: uses: ./ with: transmute: | - jose keypub ./private.sig.jwk.json --output ./public.sig.jwk.json + jose keypub ./private.sig.jwk.json - name: Log Public Key run: cat ./public.sig.jwk.json - name: Sign Message