Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
fix: attempt to expose a bin cli to run using bunx
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Fitz committed Aug 23, 2024
1 parent 695e713 commit 83e801f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ runs:
using: "composite"
steps:
- uses: oven-sh/setup-bun@v2
- name: "Install dependencies"
shell: bash
run: bun install
- name: "Run script with Bun"
- name: "Provision Private Keys with Bun"
shell: bash
run: bunx @csbnlu/jawks-private-keys-provisioner
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@csbnlu/jawks-private-keys-provisioner",
"version": "0.0.10",
"version": "0.0.11",
"devDependencies": {
"@types/aws-lambda": "^8.10.143",
"@types/node": "^22.5.0",
Expand Down

0 comments on commit 83e801f

Please sign in to comment.