-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yaml
38 lines (38 loc) · 1.03 KB
/
action.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
29
30
31
32
33
34
35
36
37
38
name: "Push to Cyto"
description: "Reliably push to cytoplasm, retrying on failure"
inputs:
token:
description: "PAT to use to clone cytoplasm"
required: true
service-name:
description: "Name of service for which to update the version"
required: true
overlay-name:
description: "Name of overlay (environment) in which to update the version"
required: true
repo:
description: "cytoplasm repository name"
required: true
default: "latchbio/cytoplasm"
version:
description: "Name of the version artifact"
required: true
default: "version"
build-version:
description: "Name of the build version"
required: true
kustomize-version:
description: "Kustomize version"
required: true
default: "4.5.4"
commit-email:
description: "Email to sign the commit with"
required: true
default: "[email protected]"
commit-name:
description: "Name to sign the commit with"
required: true
default: "Continuous Deployment"
runs:
using: "node20"
main: "dist/index.js"