transmute-industries/Transmute
The Transmute GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| transmute | The transmute command to run. | — | — |
| neo4j-uri | Neo4j Connection URL. | — | — |
| neo4j-user | Neo4j User. | — | — |
| neo4j-password | Neo4j Password. | — | — |
| transmute-client-id | OAuth2 Client ID. | — | — |
| transmute-client-secret | OAuth2 Client Secret. | — | — |
| transmute-api | Resource Owner API. | — | — |
| azure-tenant-id | AZURE_TENANT_ID as described in https://github.com/Azure/azure-sdk-for-js. | — | — |
| azure-client-id | AZURE_CLIENT_ID as described in https://github.com/Azure/azure-sdk-for-js. | — | — |
| azure-client-secret | AZURE_CLIENT_SECRET as described in https://github.com/Azure/azure-sdk-for-js. | — | — |
| azure-kid | AZURE_KEY_ID as described in https://github.com/Azure/azure-sdk-for-js. For example: https://<account>.vault.azure.net/keys/<key-name>/5d...a0 | — | — |
| gcp-sa-email | Google Cloud Platform Service Account Email | — | — |
| gcp-sa-private-key | Google Cloud Platform Service Account Private Key | — | — |
| gcp-kms-key-name | Google Cloud Platform Cloud KMS Key Name | — | — |
Outputs
| name | description |
|---|---|
| yaml | The output as yaml. |
| json | The output as json. |
| cbor | The output as cbor. |
| jws | The output as compact jws. |
| jwe | The output as compact jwe. |
| jwt | The output as compact jwt. |
| sd-jwt | The output as compact sd-jwt. |