-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
28 lines (27 loc) · 888 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: 'setup-signore'
description: 'setup-signore downloads, installs, and configures the signore signing service client'
inputs:
github-token:
description: 'The Github token to use to access the private signore repository.'
required: false
default: ''
signer:
description: 'The signer to add to the signore config (optional)'
required: false
default: ''
version:
description: 'The version of the signore CLI to install. Defaults to the most recent version.'
required: false
default: 'latest'
archive-checksum:
description: 'The expected SHA256 checksum to verify the signore CLI archive against.'
required: false
default: ''
outputs:
version:
description: 'The version of the signore CLI that was installed.'
runs:
using: 'node20'
main: 'dist/index.js'