Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 10, 2024
1 parent 02eac18 commit 10b57f8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- run: npm run build
- uses: ./
with:
jose: key generate --alg ES256
private-key: ./private.jwk.json
transmute: |
jose key generate --alg ES256
33 changes: 12 additions & 21 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
name: 'Verifiable Credential Graph Actions'
name: "Transmute"

description: |
This action enabled Verifiable Credential Graph Operations.
The Transmute GitHub Action
inputs:
json:
description: |
A JSON Document (string).
require: true
neo4j-uri:
transmute:
description: |
Neo4j Connection URL.
require: false
neo4j-user:
description: |
Neo4j User.
require: false
neo4j-password:
description: |
Neo4j Password.
require: false

The transmute command to run.
outputs:
json:
description: 'The output as json.'
description: "The output as json."
cbor:
description: "The output as cbor."

runs:
using: 'node16'
main: 'dist/index.js'
using: "node20"
main: "dist/index.js"

0 comments on commit 10b57f8

Please sign in to comment.