-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactions.yaml
29 lines (26 loc) · 967 Bytes
/
actions.yaml
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
fetch-keyfiles:
description: Fetch PGP key files from a network location and uncompress them.
params:
src:
type: string
description: |
Network location of key files to fetch. Supported protocols:
rsync://, http://, ftp://
dest:
type: string
default: /srv/hockeypuck/import
description: Directory where downloaded key files will be stored.
load-keyfiles:
description: Load keys from PGP key files into Hockeypuck server.
params:
path:
type: string
default: /srv/hockeypuck/import
description: Directory where downloaded key files will be loaded from.
dump-keyfiles:
description: Dump keys from Hockeypuck server to PGP key files.
params:
path:
type: string
default: /srv/hockeypuck/export
description: Directory where key files will be created.