wu-sheng commented on code in PR #68:
URL: https://github.com/apache/skywalking-rover/pull/68#discussion_r1044040183


##########
.github/workflows/compatibility.yaml:
##########
@@ -16,7 +16,23 @@
 
 name: Compatibility Checks
 
-on: workflow_dispatch
+# This GitHub Action Is helps to check the compatibility on the GCP
+# Please provide following data to running:
+# 1. Secret.GCP_SERVICE_ACCOUNT_CREDENTIALS: The Key of the service account in 
Gcloud. The account must could operate GCloud Storage and GCP machine instance.
+# 2. GCloud project name: The name of the GCloud project, which use to create 
GCP under the project.
+# 3. GCloud storage name: The name of the GCloud storage, which use to update 
the checker files and check result of compatibility.

Review Comment:
   ```suggestion
   # This GitHub Action aims to help to check the compatibility on the GCP
   # Please provide the following data to run:
   # 1. Secret.GCP_SERVICE_ACCOUNT_CREDENTIALS: The Key of the service account 
in Google Cloud. The account must have been granted to operate GCloud Storage 
and GCP machine instance.
   # 2. GCloud project name: The name of the GCloud project, which use to 
create GCP under the project.
   # 3. GCloud storage name: The name of the GCloud storage, which use to 
update the checker files and check the result of compatibility.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to