-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
24 lines (22 loc) · 990 Bytes
/
Copy pathaction.yml
File metadata and controls
24 lines (22 loc) · 990 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
name: 'Clasp tokens'
description: 'This sets up clasp global and local tokens for pushing, deploying and running project to Google App Script'
author: 'fletort@gmail.com'
inputs:
client-id:
description: 'Your global AppScript OAuth2 ClientID (located in global .clasprc.json file)'
required: true
client-secret:
description: 'Your global AppScript OAuth2 Client Secret (located in global .clasprc.json file)'
required: true
refresh-token:
description: 'Your global AppScript OAuth2 Refresh Token (located in global .clasprc.json file)'
required: true
gcp-client-id:
description: 'Your GCP project OAuth2 ClientID (located in local .clasprc.json file)'
gcp-client-secret:
description: 'Your GCP project OAuth2 Client Secret (located in local .clasprc.json file)'
gcp-refresh-token:
description: 'Your GCP project OAuth2 Refresh Token (located in local .clasprc.json file)'
runs:
using: node20
main: dist/index.js