Skip to content

Commit

Permalink
Added missing signerId flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ufierro authored Aug 24, 2021
1 parent 9d73c45 commit 6c0afe1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ inputs:
cnil_api_key:
description: 'CNIL API key.'
required: true
signer_id:
description: 'CNIL signer ID.'
required: true
runs:
using: 'docker'
image: 'docker://codenotary/vcn:bom-maven'
Expand All @@ -29,4 +32,6 @@ runs:
- ${{ inputs.cnil_grpc_port }}
- --lc-api-key
- ${{ inputs.cnil_api_key }}
- --signerID
- ${{ inputs.signer_id }}
- --bom

0 comments on commit 6c0afe1

Please sign in to comment.