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
mesheryToken: ${{ secrets.MESHERY_TOKEN }} # Meshery Cloud Authentication token, signin to meshery-cloud to get one, example: ey.....
44
44
prNumber: ${{ env.PULL_NO }} # auto-filled from the above step
45
-
application_type: Kubernetes Manifest# your application type, could be any of three: "Kubernetes Manifest", "Docker Compose", "Helm Chart"
46
-
filePath: ${{ inputs.fileName == '' && 'install/deployment_yamls/k8s' || inputs.fileName }} # relative file-path from the root directory in the github-runner env, you might require to checkout the repository as described in step 2
45
+
application_type: Helm Chart# your application type, could be any of three: "Kubernetes Manifest", "Docker Compose", "Helm Chart"
0 commit comments