-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaction.yml
More file actions
35 lines (32 loc) · 835 Bytes
/
Copy pathaction.yml
File metadata and controls
35 lines (32 loc) · 835 Bytes
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
name: Publish Chrome Extension
description: GitHub action for publishing extensions to Chrome Web Store
author: hyperbola
inputs:
publisher-id:
description: Chrome Web Store publisher ID.
required: false
extension-id:
description: Extension ID.
required: false
zip-path:
description: Path to zip file of the extension.
required: false
client-id:
description: Google OAuth2 client ID.
required: true
client-secret:
description: Google OAuth2 client secret.
required: true
refresh-token:
description: Google OAuth2 refresh token.
required: true
action:
description: Action to perform; one of `publish` (default), `upload`, or `check-credentials`.
required: false
default: publish
runs:
using: node24
main: index.cjs
branding:
icon: aperture
color: red