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
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,26 @@
1
-
# MeshStack Auth Action
1
+
# meshStack Auth Action
2
2
3
-
This action authenticates to meshStack API.
3
+
This GitHub Action authenticates to the meshStack API to enable building block automation workflows.
4
4
5
-
###Overview
5
+
## Overview
6
6
7
-
This GitHub Action is designed to authenticate against the Meshfed API. It helps you obtain an access token using client credentials, which can then be used to interact with the Meshfed API securely. This action simplifies the process of obtaining and managing authentication tokens for your workflows.
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.
8
8
9
-
### API Documentation
9
+
##Related Actions
10
10
11
-
For more information about the Meshfed API, please refer to the [Meshfed API Documentation](https://docs.meshcloud.io/api/index.html).
11
+
This action is part of a suite of GitHub Actions for meshStack building block automation:
12
12
13
+
-**[actions-meshstack-auth](https://github.com/meshcloud/actions-meshstack-auth)** (this action) - Authenticates to the meshStack API
14
+
-**[actions-register-source](https://github.com/meshcloud/actions-register-source)** - Registers building block sources and steps with meshStack
15
+
-**[actions-send-status](https://github.com/meshcloud/actions-send-status)** - Sends building block step status updates to meshStack
13
16
14
-
### Inputs
17
+
## Documentation
18
+
19
+
For more information about meshStack building blocks and GitHub Actions integration, refer to:
0 commit comments