Skip to content

Commit ac41205

Browse files
committed
chore: add auth also to register
1 parent 417559c commit ac41205

File tree

4 files changed

+808
-767
lines changed

4 files changed

+808
-767
lines changed

action.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
name: 'Register Source'
2-
description: 'Registers the source with the specified steps'
1+
name: 'Setup Meshstack Authentication'
2+
description: 'Authenticates with Meshstack and sets up environment variables'
33
inputs:
44
base_url:
5-
description: 'The base URL for the API'
5+
description: 'The base URL for the meshstack API'
66
required: true
77
bb_run_uuid:
8-
description: 'The Building Block Run UUID'
8+
description: 'The UUID of the building block run'
99
required: true
1010
steps:
1111
description: 'The steps to register'
1212
required: true
13-
token:
14-
description: 'The API token for authentication'
13+
client_id:
14+
description: 'The client ID for authentication'
1515
required: true
16+
key_secret:
17+
description: 'The key secret for authentication'
18+
required: true
19+
outputs:
20+
token_file:
21+
description: 'Path to the file containing the authentication token'
1622
runs:
1723
using: 'node12'
1824
main: 'dist/index.js'

0 commit comments

Comments
 (0)