wu-sheng commented on code in PR #68: URL: https://github.com/apache/skywalking-rover/pull/68#discussion_r1044040600
########## .github/workflows/compatibility.yaml: ########## @@ -16,7 +16,23 @@ name: Compatibility Checks -on: workflow_dispatch +# 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. Review Comment: ```suggestion # 3. GCloud storage name: The name of the GCloud storage, which use to update the checker files and check the result of compatibility. # # This CI costs credit on Google Cloud, we only offer this for developers to run on your own environment. ``` -- 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]
