-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
40 lines (37 loc) · 1.06 KB
/
action.yml
File metadata and controls
40 lines (37 loc) · 1.06 KB
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
39
40
name: action-fabriko
description: RBAC of geographic information systems using Mapbox
author: devgioele
branding:
icon: map
color: purple
inputs:
config:
description: Path to the YAML config file
required: true
store-base-url:
description: Base URL used for the store API
required: true
azure-tenant-id:
description: ID of the Azure tenant
required: true
azure-client-id:
description: ID of the Azure client
required: true
azure-client-secret:
description: Secret for the Azure client
required: true
secrets-context:
description: The GitHub secrets context such that secrets can be accessed from within the Fabriko config
required: true
max-roles:
description: The maximum number of roles loaded from the config.
required: false
max-raster-files:
description: The maximum number of raster files loaded from the config.
required: false
max-vector-files:
description: The maximum number of raster files loaded from the config.
required: false
runs:
using: 'node16'
main: 'dist/index.js'