File tree Expand file tree Collapse file tree 4 files changed +808
-767
lines changed
Expand file tree Collapse file tree 4 files changed +808
-767
lines changed Original file line number Diff line number Diff line change 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 '
33inputs :
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'
1622runs :
1723 using : ' node12'
1824 main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments