Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 11, 2024
1 parent 45232a2 commit 43600e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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
id: extract_public_key
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
Expand Down

0 comments on commit 43600e8

Please sign in to comment.