Skip to content

Commit

Permalink
Make signing_key* variables optional
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Liszka <daniel@chainloop.dev>
  • Loading branch information
danlishka committed Jun 19, 2024
1 parent 797374f commit afb272b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chainloop_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ on:
api_token:
required: true
signing_key:
required: true
required: false
signing_key_password:
required: true
required: false

jobs:
chainloop-attestation:
Expand Down

0 comments on commit afb272b

Please sign in to comment.