You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-10Lines changed: 26 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# meshStack Auth Action
2
2
3
-
This GitHub Action authenticates to the meshStack API to enable building block automation workflows.
3
+
This GitHub Action authenticates to the meshStack API to enable building block automation workflows as well as other API interactions with meshStack.
4
4
5
5
## Overview
6
6
7
-
This GitHub Action is designed to authenticate against the meshStack API. It helps you obtain an access token using client credentials, which can then be used to interact with the meshStack API securely. This action simplifies the process of obtaining and managing authentication tokens for your workflows.
7
+
This action helps you obtain an access token using client credentials, which can then be used to interact with the meshStack API securely. This action simplifies the process of obtaining and managing authentication tokens for your workflows.
8
8
9
9
## Related Actions
10
10
@@ -26,18 +26,34 @@ For more information about meshStack building blocks and GitHub Actions integrat
26
26
-`client_id` (required): The client ID for the API.
27
27
-`key_secret` (required): The key secret for the API.
28
28
29
-
###Outputs
29
+
## Outputs
30
30
31
31
-`token_file`: Path to the file containing the authentication token
0 commit comments