Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 10, 2024
1 parent 61a96a3 commit 1e2c918
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
- run: npm ci
- run: npm run coverage

generate-private-key:
jose:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: generate_private_key
- name: Generate Private Key
id: generate_private_key
uses: ./
with:
transmute: |
jose keygen --alg ES256 --verbose
- run: echo "${{ steps.generate_private_key.outputs.json }}"
- name: Log Private Key
run: echo "${{ steps.generate_private_key.outputs.json }}"

0 comments on commit 1e2c918

Please sign in to comment.