-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yaml
36 lines (30 loc) · 833 Bytes
/
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
name: 'add-github-meta-ips-to-allowlist'
description: GitHub meta ips store to enterprise ip allowlists
author: Huy, Tae Young
branding:
icon: alert-circle
color: blue
inputs:
github_token:
description: The GitHub token that can be used to update the allow list on the enterprise account
required: true
enterprise_slug:
description: The GitHub Enterprise account slug
required: true
metadata_key:
description: The name of the section of CIDR IP Addresses from the GitHub meta API
required: false
additional_cidr_entries:
description: cidr entries
required: false
scope:
description: scope prefix name
required: false
default: '@scope'
mode:
description: sync or delete modes
required: false
default: 'sync'
runs:
using: 'node20'
main: 'dist/index.js'