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
+42
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,45 @@ If you are using Polar Signals cloud, the only thing required to configure is th
12
12
13
13
Profiling data from one CI run looks [like this](https://pprof.me/475d1cc/).
14
14
15
+
## Deployment Links
16
+
17
+
This action can automatically create GitHub deployments with links to your profiling data, making it easy to access the results directly from your GitHub repository. For this feature to work, the following parameters must be configured:
18
+
19
+
-`project_uuid`: Your Polar Signals Cloud project UUID
20
+
21
+
If any of the required parameters are missing, the deployment creation will be skipped without failing the workflow, and log messages will indicate the reason.
22
+
23
+
### Required Permissions
24
+
25
+
For the deployment creation to work, your workflow needs the following permissions:
0 commit comments