Skip to content

Commit b30245c

Browse files
deploy-botwdzeng
deploy-bot
authored andcommitted
build 4fa21f4 (v1.0.0)
0 parents  commit b30245c

File tree

2 files changed

+7295
-0
lines changed

2 files changed

+7295
-0
lines changed

action.yml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: Publish Edge Add-on
2+
author: Hyperbola
3+
description: Publish addon onto Edge Add-ons
4+
5+
inputs:
6+
product-id:
7+
description: Product ID of the add-on.
8+
required: true
9+
zip-path:
10+
description: Path to the zip file of the add-on.
11+
required: true
12+
client-id:
13+
description: Edge publish API client ID.
14+
required: true
15+
client-secret:
16+
description: Edge publish API client secret.
17+
required: true
18+
access-token-url:
19+
description: Edge publish API access token URL.
20+
required: true
21+
22+
runs:
23+
using: node16
24+
main: index.js
25+
26+
branding:
27+
icon: aperture
28+
color: blue

0 commit comments

Comments
 (0)