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 d67658a commit f9f4eae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
- uses: ./
- name: Generate Private Key
id: private_key
uses: ./
with:
transmute: |
jose key generate --alg ES256
- name: Log Private Key
run: echo "${{ steps.private_key.outputs.json }}"

0 comments on commit f9f4eae

Please sign in to comment.