generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
/
action.yml
26 lines (26 loc) · 836 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
name: "Service Mesh Pattern Testing with Meshery"
description: "Importing Pattern to Meshery"
author: "Layer5"
inputs:
# token to authenticate with Meshery
provider_token:
description: "Provider token to use. NOTE: value of the 'token' key in auth.json"
required: false
# platform to deploy Meshery to
platform:
description: "Platform to deploy Meshery to. Allowed values: docker, kubernetes"
default: docker
required: false
pattern_url:
description: "URL of the pattern to be deployed"
required: false
# upload the pattern file to the .github folder and reference its path relative to the folder
pattern_file:
description: "Name of the pattern file relative to the .github folder"
required: false
runs:
using: "node12"
main: "main.js"
branding:
icon: 'settings'
color: 'purple'